Html Css Color HEX #EE004F Razzmatazz

📋 copy color: '#EE004F'

red 238 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #EE004F

Tints of Razzmatazz #EE004F

RGB

 RED value IS 238 (93.36% from 255) = 75.08%

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

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 75.08%
G = 0%
B = 24.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE004F (or 0xEE004F) is known color: Razzmatazz. HEX triplet: EE, 00 and 4F. RGB value is (238,0,79). Sum of RGB (Red+Green+Blue) = 238+0+79=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE004F is #11FFB0. Grayscale: #505050. Windows color (decimal): -1179569 or 5177582. OLE color: 5177582.

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

Color convert

RGB 238 0 79 -
CMYK 0 1 0.67 0.07
HSL 340.08º 1% 0.47% -
HSV(B) 340.08º 1% 0.93% -
XYZ 36.67 18.74 9.08 -
YUV 80.17 127.35 240.58 -
System Red Green Blue C M Y K H S L
Decimal 238 0 79 0 1 0.67 0.07 340.08 1 0.47
Hex EE 0 4F 0 64 43 7 154 64 2F
Octal 356 0 117 0 144 103 7 524 144 57
Binary 11101110 0 1001111 0 1100100 1000011 111 101010100 1100100 101111

Color Harmonies of #EE004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE004F

Black with #EE004F

Text Example


Text Example

White with #EE004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE004F; }

 p { color: rgb(238,0,79); }

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

background-color css

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

 a { background-color: rgb(238,0,79); }

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

border-color css

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

 span { border-color: rgb(238,0,79); }

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