Html Css Color HEX #EE045F Razzmatazz

📋 copy color: '#EE045F'

red 238 ◦ green 4 ◦ blue 95

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

Shades of Razzmatazz #EE045F

Tints of Razzmatazz #EE045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 70.62%
G = 1.19%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE045F (or 0xEE045F) is known color: Razzmatazz. HEX triplet: EE, 04 and 5F. RGB value is (238,4,95). Sum of RGB (Red+Green+Blue) = 238+4+95=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE045F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE045F is #11FBA0. Grayscale: #545454. Windows color (decimal): -1178529 or 6227182. OLE color: 6227182.

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

Color convert

RGB 238 4 95 -
CMYK 0 0.98 0.60 0.07
HSL 336.67º 0.97% 0.47% -
HSV(B) 336.67º 0.98% 0.93% -
XYZ 37.37 19.09 12.54 -
YUV 84.34 134.02 237.6 -
System Red Green Blue C M Y K H S L
Decimal 238 4 95 0 0.98 0.60 0.07 336.67 0.97 0.47
Hex EE 4 5F 0 62 3C 7 151 61 2F
Octal 356 4 137 0 142 74 7 521 141 57
Binary 11101110 100 1011111 0 1100010 111100 111 101010001 1100001 101111

Color Harmonies of #EE045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE045F

Black with #EE045F

Text Example


Text Example

White with #EE045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE045F; }

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

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

background-color css

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

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

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

border-color css

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

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

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