Html Css Color HEX #EF0064 Razzmatazz

📋 copy color: '#EF0064'

red 239 ◦ green 0 ◦ blue 100

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

Shades of Razzmatazz #EF0064

Tints of Razzmatazz #EF0064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 70.5%
G = 0%
B = 29.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF0064 (or 0xEF0064) is known color: Razzmatazz. HEX triplet: EF, 00 and 64. RGB value is (239,0,100). Sum of RGB (Red+Green+Blue) = 239+0+100=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0064 is #10FF9B. Grayscale: #525252. Windows color (decimal): -1114012 or 6553839. OLE color: 6553839.

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

Color convert

RGB 239 0 100 -
CMYK 0 1 0.58 0.06
HSL 334.9º 1% 0.47% -
HSV(B) 334.9º 1% 0.94% -
XYZ 37.9 19.27 13.78 -
YUV 82.86 137.68 239.37 -
System Red Green Blue C M Y K H S L
Decimal 239 0 100 0 1 0.58 0.06 334.9 1 0.47
Hex EF 0 64 0 64 3A 6 14F 64 2F
Octal 357 0 144 0 144 72 6 517 144 57
Binary 11101111 0 1100100 0 1100100 111010 110 101001111 1100100 101111

Color Harmonies of #EF0064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0064

Black with #EF0064

Text Example


Text Example

White with #EF0064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0064; }

 p { color: rgb(239,0,100); }

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

background-color css

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

 a { background-color: rgb(239,0,100); }

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

border-color css

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

 span { border-color: rgb(239,0,100); }

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