Html Css Color HEX #EE035E Razzmatazz

📋 copy color: '#EE035E'

red 238 ◦ green 3 ◦ blue 94

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

Shades of Razzmatazz #EE035E

Tints of Razzmatazz #EE035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 71.04%
G = 0.9%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE035E (or 0xEE035E) is known color: Razzmatazz. HEX triplet: EE, 03 and 5E. RGB value is (238,3,94). Sum of RGB (Red+Green+Blue) = 238+3+94=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE035E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE035E is #11FCA1. Grayscale: #535353. Windows color (decimal): -1178786 or 6161390. OLE color: 6161390.

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

Color convert

RGB 238 3 94 -
CMYK 0 0.99 0.61 0.07
HSL 336.77º 0.98% 0.47% -
HSV(B) 336.77º 0.99% 0.93% -
XYZ 37.31 19.05 12.3 -
YUV 83.64 133.86 238.1 -
System Red Green Blue C M Y K H S L
Decimal 238 3 94 0 0.99 0.61 0.07 336.77 0.98 0.47
Hex EE 3 5E 0 63 3D 7 151 62 2F
Octal 356 3 136 0 143 75 7 521 142 57
Binary 11101110 11 1011110 0 1100011 111101 111 101010001 1100010 101111

Color Harmonies of #EE035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE035E

Black with #EE035E

Text Example


Text Example

White with #EE035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE035E; }

 p { color: rgb(238,3,94); }

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

background-color css

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

 a { background-color: rgb(238,3,94); }

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

border-color css

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

 span { border-color: rgb(238,3,94); }

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