Html Css Color HEX #EE035F Razzmatazz

📋 copy color: '#EE035F'

red 238 ◦ green 3 ◦ blue 95

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

Shades of Razzmatazz #EE035F

Tints of Razzmatazz #EE035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 70.83%
G = 0.89%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE035F (or 0xEE035F) is known color: Razzmatazz. HEX triplet: EE, 03 and 5F. RGB value is (238,3,95). Sum of RGB (Red+Green+Blue) = 238+3+95=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE035F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE035F is #11FCA0. Grayscale: #535353. Windows color (decimal): -1178785 or 6226926. OLE color: 6226926.

HSL color Cylindrical-coordinate representation of color #EE035F: hue angle of 336.51º 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 #EE035F is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 3 95 -
CMYK 0 0.99 0.60 0.07
HSL 336.51º 0.98% 0.47% -
HSV(B) 336.51º 0.99% 0.93% -
XYZ 37.36 19.07 12.54 -
YUV 83.75 134.36 238.02 -
System Red Green Blue C M Y K H S L
Decimal 238 3 95 0 0.99 0.60 0.07 336.51 0.98 0.47
Hex EE 3 5F 0 63 3C 7 151 62 2F
Octal 356 3 137 0 143 74 7 521 142 57
Binary 11101110 11 1011111 0 1100011 111100 111 101010001 1100010 101111

Color Harmonies of #EE035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE035F

Black with #EE035F

Text Example


Text Example

White with #EE035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE035F; }

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

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

background-color css

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

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

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

border-color css

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

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

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