Html Css Color HEX #EE0D4F Razzmatazz

📋 copy color: '#EE0D4F'

red 238 ◦ green 13 ◦ blue 79

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

Shades of Razzmatazz #EE0D4F

Tints of Razzmatazz #EE0D4F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.94%

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

R = 72.12%
G = 3.94%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE0D4F (or 0xEE0D4F) is known color: Razzmatazz. HEX triplet: EE, 0D and 4F. RGB value is (238,13,79). Sum of RGB (Red+Green+Blue) = 238+13+79=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0D4F is #11F2B0. Grayscale: #575757. Windows color (decimal): -1176241 or 5180910. OLE color: 5180910.

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

Color convert

RGB 238 13 79 -
CMYK 0 0.95 0.67 0.07
HSL 342.4º 0.9% 0.49% -
HSV(B) 342.4º 0.95% 0.93% -
XYZ 36.82 19.03 9.13 -
YUV 87.8 123.04 235.13 -
System Red Green Blue C M Y K H S L
Decimal 238 13 79 0 0.95 0.67 0.07 342.4 0.9 0.49
Hex EE D 4F 0 5F 43 7 156 5A 31
Octal 356 15 117 0 137 103 7 526 132 61
Binary 11101110 1101 1001111 0 1011111 1000011 111 101010110 1011010 110001

Color Harmonies of #EE0D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D4F

Black with #EE0D4F

Text Example


Text Example

White with #EE0D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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