Html Css Color HEX #E90252 Razzmatazz

📋 copy color: '#E90252'

red 233 ◦ green 2 ◦ blue 82

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

Shades of Razzmatazz #E90252

Tints of Razzmatazz #E90252

RGB

 RED value IS 233 (91.41% from 255) = 73.5%

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

 BLUE value IS 82 (32.42% from 255) = 25.87%

R = 73.5%
G = 0.63%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E90252 (or 0xE90252) is known color: Razzmatazz. HEX triplet: E9, 02 and 52. RGB value is (233,2,82). Sum of RGB (Red+Green+Blue) = 233+2+82=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E90252 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90252 is #16FDAD. Grayscale: #505050. Windows color (decimal): -1506734 or 5374697. OLE color: 5374697.

HSL color Cylindrical-coordinate representation of color #E90252: hue angle of 339.22º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90252 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 2 82 -
CMYK 0 0.99 0.65 0.09
HSL 339.22º 0.98% 0.46% -
HSV(B) 339.22º 0.99% 0.91% -
XYZ 35.15 17.98 9.6 -
YUV 80.19 129.03 237 -
System Red Green Blue C M Y K H S L
Decimal 233 2 82 0 0.99 0.65 0.09 339.22 0.98 0.46
Hex E9 2 52 0 63 41 9 153 62 2E
Octal 351 2 122 0 143 101 11 523 142 56
Binary 11101001 10 1010010 0 1100011 1000001 1001 101010011 1100010 101110

Color Harmonies of #E90252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90252

Black with #E90252

Text Example


Text Example

White with #E90252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90252; }

 p { color: rgb(233,2,82); }

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

background-color css

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

 a { background-color: rgb(233,2,82); }

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

border-color css

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

 span { border-color: rgb(233,2,82); }

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