Html Css Color HEX #EE045A Razzmatazz

📋 copy color: '#EE045A'

red 238 ◦ green 4 ◦ blue 90

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

Shades of Razzmatazz #EE045A

Tints of Razzmatazz #EE045A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 71.69%
G = 1.2%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE045A (or 0xEE045A) is known color: Razzmatazz. HEX triplet: EE, 04 and 5A. RGB value is (238,4,90). Sum of RGB (Red+Green+Blue) = 238+4+90=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE045A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE045A is #11FBA5. Grayscale: #535353. Windows color (decimal): -1178534 or 5899502. OLE color: 5899502.

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

Color convert

RGB 238 4 90 -
CMYK 0 0.98 0.62 0.07
HSL 337.95º 0.97% 0.47% -
HSV(B) 337.95º 0.98% 0.93% -
XYZ 37.15 19 11.38 -
YUV 83.77 131.52 238.01 -
System Red Green Blue C M Y K H S L
Decimal 238 4 90 0 0.98 0.62 0.07 337.95 0.97 0.47
Hex EE 4 5A 0 62 3E 7 152 61 2F
Octal 356 4 132 0 142 76 7 522 141 57
Binary 11101110 100 1011010 0 1100010 111110 111 101010010 1100001 101111

Color Harmonies of #EE045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE045A

Black with #EE045A

Text Example


Text Example

White with #EE045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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