Html Css Color HEX #E90B5A Razzmatazz

📋 copy color: '#E90B5A'

red 233 ◦ green 11 ◦ blue 90

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

Shades of Razzmatazz #E90B5A

Tints of Razzmatazz #E90B5A

RGB

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

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

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

R = 69.76%
G = 3.29%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E90B5A (or 0xE90B5A) is known color: Razzmatazz. HEX triplet: E9, 0B and 5A. RGB value is (233,11,90). Sum of RGB (Red+Green+Blue) = 233+11+90=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90B5A is #16F4A5. Grayscale: #565656. Windows color (decimal): -1504422 or 5901289. OLE color: 5901289.

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

Color convert

RGB 233 11 90 -
CMYK 0 0.95 0.61 0.09
HSL 338.65º 0.91% 0.48% -
HSV(B) 338.65º 0.95% 0.91% -
XYZ 35.57 18.3 11.33 -
YUV 86.38 130.05 232.58 -
System Red Green Blue C M Y K H S L
Decimal 233 11 90 0 0.95 0.61 0.09 338.65 0.91 0.48
Hex E9 B 5A 0 5F 3D 9 153 5B 30
Octal 351 13 132 0 137 75 11 523 133 60
Binary 11101001 1011 1011010 0 1011111 111101 1001 101010011 1011011 110000

Color Harmonies of #E90B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90B5A

Black with #E90B5A

Text Example


Text Example

White with #E90B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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