Html Css Color HEX #EE0874 Razzmatazz

📋 copy color: '#EE0874'

red 238 ◦ green 8 ◦ blue 116

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

Shades of Razzmatazz #EE0874

Tints of Razzmatazz #EE0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.21%

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 65.75%
G = 2.21%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE0874 (or 0xEE0874) is known color: Razzmatazz. HEX triplet: EE, 08 and 74. RGB value is (238,8,116). Sum of RGB (Red+Green+Blue) = 238+8+116=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0874 is #11F78B. Grayscale: #585858. Windows color (decimal): -1177484 or 7604462. OLE color: 7604462.

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

Color convert

RGB 238 8 116 -
CMYK 0 0.97 0.51 0.07
HSL 331.83º 0.93% 0.48% -
HSV(B) 331.83º 0.97% 0.93% -
XYZ 38.5 19.61 18.28 -
YUV 89.08 143.2 234.22 -
System Red Green Blue C M Y K H S L
Decimal 238 8 116 0 0.97 0.51 0.07 331.83 0.93 0.48
Hex EE 8 74 0 61 33 7 14C 5D 30
Octal 356 10 164 0 141 63 7 514 135 60
Binary 11101110 1000 1110100 0 1100001 110011 111 101001100 1011101 110000

Color Harmonies of #EE0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0874

Black with #EE0874

Text Example


Text Example

White with #EE0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0874; }

 p { color: rgb(238,8,116); }

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

background-color css

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

 a { background-color: rgb(238,8,116); }

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

border-color css

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

 span { border-color: rgb(238,8,116); }

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