Html Css Color HEX #EF0166 Razzmatazz

📋 copy color: '#EF0166'

red 239 ◦ green 1 ◦ blue 102

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

Shades of Razzmatazz #EF0166

Tints of Razzmatazz #EF0166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 69.88%
G = 0.29%
B = 29.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF0166 (or 0xEF0166) is known color: Razzmatazz. HEX triplet: EF, 01 and 66. RGB value is (239,1,102). Sum of RGB (Red+Green+Blue) = 239+1+102=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0166 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0166 is #10FE99. Grayscale: #535353. Windows color (decimal): -1113754 or 6685167. OLE color: 6685167.

HSL color Cylindrical-coordinate representation of color #EF0166: hue angle of 334.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0166 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 102 -
CMYK 0 1.00 0.57 0.06
HSL 334.54º 0.99% 0.47% -
HSV(B) 334.54º 1% 0.94% -
XYZ 38.01 19.33 14.3 -
YUV 83.68 138.35 238.79 -
System Red Green Blue C M Y K H S L
Decimal 239 1 102 0 1.00 0.57 0.06 334.54 0.99 0.47
Hex EF 1 66 0 64 39 6 14F 63 2F
Octal 357 1 146 0 144 71 6 517 143 57
Binary 11101111 1 1100110 0 1100100 111001 110 101001111 1100011 101111

Color Harmonies of #EF0166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0166

Black with #EF0166

Text Example


Text Example

White with #EF0166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0166; }

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

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

background-color css

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

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

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

border-color css

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

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

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