Html Css Color HEX #E90B50 Razzmatazz

📋 copy color: '#E90B50'

red 233 ◦ green 11 ◦ blue 80

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

Shades of Razzmatazz #E90B50

Tints of Razzmatazz #E90B50

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.4%

 BLUE value IS 80 (31.64% from 255) = 24.69%

R = 71.91%
G = 3.4%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E90B50 (or 0xE90B50) is known color: Razzmatazz. HEX triplet: E9, 0B and 50. RGB value is (233,11,80). Sum of RGB (Red+Green+Blue) = 233+11+80=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90B50 is #16F4AF. Grayscale: #555555. Windows color (decimal): -1504432 or 5245929. OLE color: 5245929.

HSL color Cylindrical-coordinate representation of color #E90B50: hue angle of 341.35º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90B50 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 11 80 -
CMYK 0 0.95 0.66 0.09
HSL 341.35º 0.91% 0.48% -
HSV(B) 341.35º 0.95% 0.91% -
XYZ 35.17 18.14 9.24 -
YUV 85.24 125.05 233.39 -
System Red Green Blue C M Y K H S L
Decimal 233 11 80 0 0.95 0.66 0.09 341.35 0.91 0.48
Hex E9 B 50 0 5F 42 9 155 5B 30
Octal 351 13 120 0 137 102 11 525 133 60
Binary 11101001 1011 1010000 0 1011111 1000010 1001 101010101 1011011 110000

Color Harmonies of #E90B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90B50

Black with #E90B50

Text Example


Text Example

White with #E90B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90B50; }

 p { color: rgb(233,11,80); }

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

background-color css

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

 a { background-color: rgb(233,11,80); }

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

border-color css

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

 span { border-color: rgb(233,11,80); }

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