Html Css Color HEX #EF0666 Razzmatazz

📋 copy color: '#EF0666'

red 239 ◦ green 6 ◦ blue 102

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

Shades of Razzmatazz #EF0666

Tints of Razzmatazz #EF0666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

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

R = 68.88%
G = 1.73%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF0666 (or 0xEF0666) is known color: Razzmatazz. HEX triplet: EF, 06 and 66. RGB value is (239,6,102). Sum of RGB (Red+Green+Blue) = 239+6+102=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0666 is #10F999. Grayscale: #565656. Windows color (decimal): -1112474 or 6686447. OLE color: 6686447.

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

Color convert

RGB 239 6 102 -
CMYK 0 0.97 0.57 0.06
HSL 335.28º 0.95% 0.48% -
HSV(B) 335.28º 0.97% 0.94% -
XYZ 38.06 19.44 14.32 -
YUV 86.61 136.69 236.69 -
System Red Green Blue C M Y K H S L
Decimal 239 6 102 0 0.97 0.57 0.06 335.28 0.95 0.48
Hex EF 6 66 0 61 39 6 14F 5F 30
Octal 357 6 146 0 141 71 6 517 137 60
Binary 11101111 110 1100110 0 1100001 111001 110 101001111 1011111 110000

Color Harmonies of #EF0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0666

Black with #EF0666

Text Example


Text Example

White with #EF0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0666; }

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

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

background-color css

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

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

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

border-color css

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

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

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