Html Css Color HEX #EF1566 Ruby

📋 copy color: '#EF1566'

red 239 ◦ green 21 ◦ blue 102

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

Shades of Ruby #EF1566

Tints of Ruby #EF1566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 66.02%
G = 5.8%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF1566 (or 0xEF1566) is known color: Ruby. HEX triplet: EF, 15 and 66. RGB value is (239,21,102). Sum of RGB (Red+Green+Blue) = 239+21+102=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1566 is #10EA99. Grayscale: #5F5F5F. Windows color (decimal): -1108634 or 6690287. OLE color: 6690287.

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

Color convert

RGB 239 21 102 -
CMYK 0 0.91 0.57 0.06
HSL 337.71º 0.87% 0.51% -
HSV(B) 337.71º 0.91% 0.94% -
XYZ 38.26 19.85 14.38 -
YUV 95.42 131.72 230.41 -
System Red Green Blue C M Y K H S L
Decimal 239 21 102 0 0.91 0.57 0.06 337.71 0.87 0.51
Hex EF 15 66 0 5B 39 6 152 57 33
Octal 357 25 146 0 133 71 6 522 127 63
Binary 11101111 10101 1100110 0 1011011 111001 110 101010010 1010111 110011

Color Harmonies of #EF1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1566

Black with #EF1566

Text Example


Text Example

White with #EF1566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1566; }

 p { color: rgb(239,21,102); }

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

background-color css

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

 a { background-color: rgb(239,21,102); }

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

border-color css

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

 span { border-color: rgb(239,21,102); }

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