Html Css Color HEX #EE025A Razzmatazz

📋 copy color: '#EE025A'

red 238 ◦ green 2 ◦ blue 90

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

Shades of Razzmatazz #EE025A

Tints of Razzmatazz #EE025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 72.12%
G = 0.61%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE025A (or 0xEE025A) is known color: Razzmatazz. HEX triplet: EE, 02 and 5A. RGB value is (238,2,90). Sum of RGB (Red+Green+Blue) = 238+2+90=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE025A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE025A is #11FDA5. Grayscale: #525252. Windows color (decimal): -1179046 or 5898990. OLE color: 5898990.

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

Color convert

RGB 238 2 90 -
CMYK 0 0.99 0.62 0.07
HSL 337.63º 0.98% 0.47% -
HSV(B) 337.63º 0.99% 0.93% -
XYZ 37.13 18.96 11.38 -
YUV 82.6 132.19 238.84 -
System Red Green Blue C M Y K H S L
Decimal 238 2 90 0 0.99 0.62 0.07 337.63 0.98 0.47
Hex EE 2 5A 0 63 3E 7 152 62 2F
Octal 356 2 132 0 143 76 7 522 142 57
Binary 11101110 10 1011010 0 1100011 111110 111 101010010 1100010 101111

Color Harmonies of #EE025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE025A

Black with #EE025A

Text Example


Text Example

White with #EE025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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