Html Css Color HEX #EF0D75 Ruby

📋 copy color: '#EF0D75'

red 239 ◦ green 13 ◦ blue 117

#EF0D75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #EF0D75

Tints of Ruby #EF0D75

RGB

 RED value IS 239 (93.75% from 255) = 64.77%

 GREEN value IS 13 (5.47% from 255) = 3.52%

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 64.77%
G = 3.52%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF0D75 (or 0xEF0D75) is known color: Ruby. HEX triplet: EF, 0D and 75. RGB value is (239,13,117). Sum of RGB (Red+Green+Blue) = 239+13+117=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D75 is #10F28A. Grayscale: #5C5C5C. Windows color (decimal): -1110667 or 7671279. OLE color: 7671279.

HSL color Cylindrical-coordinate representation of color #EF0D75: hue angle of 332.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D75 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 13 117 -
CMYK 0 0.95 0.51 0.06
HSL 332.39º 0.9% 0.49% -
HSV(B) 332.39º 0.95% 0.94% -
XYZ 38.95 19.92 18.62 -
YUV 92.43 141.87 232.54 -
System Red Green Blue C M Y K H S L
Decimal 239 13 117 0 0.95 0.51 0.06 332.39 0.9 0.49
Hex EF D 75 0 5F 33 6 14C 5A 31
Octal 357 15 165 0 137 63 6 514 132 61
Binary 11101111 1101 1110101 0 1011111 110011 110 101001100 1011010 110001

Color Harmonies of #EF0D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D75

Black with #EF0D75

Text Example


Text Example

White with #EF0D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D75; }

 p { color: rgb(239,13,117); }

 H1.HeaderClassName
 {
   color: #EF0D75;
 }
 .AnyTagClassName
 {
   color: #EF0D75;
 }
</style>

background-color css

<style>
 a { background-color: #EF0D75; }

 a { background-color: rgb(239,13,117); }

 div.DivClassName
 {
   background-color: #EF0D75;
 }
 .BgClassName
 {
   background-color: #EF0D75;
 }
</style>

border-color css

<style>
 span { border-color: #EF0D75; }

 span { border-color: rgb(239,13,117); }

 td.TdClassName
 {
   border-color: #EF0D75;
 }
 .TagClassName
 {
   border-color: #EF0D75;
 }
</style>