Html Css Color HEX #E9025B Razzmatazz

📋 copy color: '#E9025B'

red 233 ◦ green 2 ◦ blue 91

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

Shades of Razzmatazz #E9025B

Tints of Razzmatazz #E9025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 71.47%
G = 0.61%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9025B (or 0xE9025B) is known color: Razzmatazz. HEX triplet: E9, 02 and 5B. RGB value is (233,2,91). Sum of RGB (Red+Green+Blue) = 233+2+91=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E9025B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9025B is #16FDA4. Grayscale: #515151. Windows color (decimal): -1506725 or 5964521. OLE color: 5964521.

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

Color convert

RGB 233 2 91 -
CMYK 0 0.99 0.61 0.09
HSL 336.88º 0.98% 0.46% -
HSV(B) 336.88º 0.99% 0.91% -
XYZ 35.51 18.12 11.52 -
YUV 81.22 133.53 236.26 -
System Red Green Blue C M Y K H S L
Decimal 233 2 91 0 0.99 0.61 0.09 336.88 0.98 0.46
Hex E9 2 5B 0 63 3D 9 151 62 2E
Octal 351 2 133 0 143 75 11 521 142 56
Binary 11101001 10 1011011 0 1100011 111101 1001 101010001 1100010 101110

Color Harmonies of #E9025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9025B

Black with #E9025B

Text Example


Text Example

White with #E9025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9025B; }

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

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

background-color css

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

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

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

border-color css

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

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

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