Html Css Color HEX #EF0966 Razzmatazz

📋 copy color: '#EF0966'

red 239 ◦ green 9 ◦ blue 102

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

Shades of Razzmatazz #EF0966

Tints of Razzmatazz #EF0966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

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

R = 68.29%
G = 2.57%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF0966 (or 0xEF0966) is known color: Razzmatazz. HEX triplet: EF, 09 and 66. RGB value is (239,9,102). Sum of RGB (Red+Green+Blue) = 239+9+102=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0966 is #10F699. Grayscale: #585858. Windows color (decimal): -1111706 or 6687215. OLE color: 6687215.

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

Color convert

RGB 239 9 102 -
CMYK 0 0.96 0.57 0.06
HSL 335.74º 0.93% 0.49% -
HSV(B) 335.74º 0.96% 0.94% -
XYZ 38.09 19.51 14.33 -
YUV 88.37 135.7 235.44 -
System Red Green Blue C M Y K H S L
Decimal 239 9 102 0 0.96 0.57 0.06 335.74 0.93 0.49
Hex EF 9 66 0 60 39 6 150 5D 31
Octal 357 11 146 0 140 71 6 520 135 61
Binary 11101111 1001 1100110 0 1100000 111001 110 101010000 1011101 110001

Color Harmonies of #EF0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0966

Black with #EF0966

Text Example


Text Example

White with #EF0966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0966; }

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

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

background-color css

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

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

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

border-color css

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

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

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