Html Css Color HEX #EF1766 Ruby

📋 copy color: '#EF1766'

red 239 ◦ green 23 ◦ blue 102

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

Shades of Ruby #EF1766

Tints of Ruby #EF1766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.32%

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

R = 65.66%
G = 6.32%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF1766 (or 0xEF1766) is known color: Ruby. HEX triplet: EF, 17 and 66. RGB value is (239,23,102). Sum of RGB (Red+Green+Blue) = 239+23+102=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1766 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1766 is #10E899. Grayscale: #606060. Windows color (decimal): -1108122 or 6690799. OLE color: 6690799.

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

Color convert

RGB 239 23 102 -
CMYK 0 0.90 0.57 0.06
HSL 338.06º 0.87% 0.51% -
HSV(B) 338.06º 0.9% 0.94% -
XYZ 38.3 19.92 14.4 -
YUV 96.59 131.06 229.58 -
System Red Green Blue C M Y K H S L
Decimal 239 23 102 0 0.90 0.57 0.06 338.06 0.87 0.51
Hex EF 17 66 0 5A 39 6 152 57 33
Octal 357 27 146 0 132 71 6 522 127 63
Binary 11101111 10111 1100110 0 1011010 111001 110 101010010 1010111 110011

Color Harmonies of #EF1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1766

Black with #EF1766

Text Example


Text Example

White with #EF1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1766; }

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

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

background-color css

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

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

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

border-color css

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

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

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