Html Css Color HEX #EF0364 Razzmatazz

📋 copy color: '#EF0364'

red 239 ◦ green 3 ◦ blue 100

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

Shades of Razzmatazz #EF0364

Tints of Razzmatazz #EF0364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 69.88%
G = 0.88%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF0364 (or 0xEF0364) is known color: Razzmatazz. HEX triplet: EF, 03 and 64. RGB value is (239,3,100). Sum of RGB (Red+Green+Blue) = 239+3+100=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0364 is #10FC9B. Grayscale: #545454. Windows color (decimal): -1113244 or 6554607. OLE color: 6554607.

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

Color convert

RGB 239 3 100 -
CMYK 0 0.99 0.58 0.06
HSL 335.34º 0.98% 0.47% -
HSV(B) 335.34º 0.99% 0.94% -
XYZ 37.93 19.34 13.79 -
YUV 84.62 136.69 238.11 -
System Red Green Blue C M Y K H S L
Decimal 239 3 100 0 0.99 0.58 0.06 335.34 0.98 0.47
Hex EF 3 64 0 63 3A 6 14F 62 2F
Octal 357 3 144 0 143 72 6 517 142 57
Binary 11101111 11 1100100 0 1100011 111010 110 101001111 1100010 101111

Color Harmonies of #EF0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0364

Black with #EF0364

Text Example


Text Example

White with #EF0364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0364; }

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

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

background-color css

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

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

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

border-color css

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

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

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