Html Css Color HEX #E90D5E Razzmatazz

📋 copy color: '#E90D5E'

red 233 ◦ green 13 ◦ blue 94

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

Shades of Razzmatazz #E90D5E

Tints of Razzmatazz #E90D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.82%

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 68.53%
G = 3.82%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E90D5E (or 0xE90D5E) is known color: Razzmatazz. HEX triplet: E9, 0D and 5E. RGB value is (233,13,94). Sum of RGB (Red+Green+Blue) = 233+13+94=340 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.53% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90D5E is #16F2A1. Grayscale: #575757. Windows color (decimal): -1503906 or 6163945. OLE color: 6163945.

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

Color convert

RGB 233 13 94 -
CMYK 0 0.94 0.60 0.09
HSL 337.91º 0.89% 0.48% -
HSV(B) 337.91º 0.94% 0.91% -
XYZ 35.77 18.42 12.26 -
YUV 88.01 131.39 231.41 -
System Red Green Blue C M Y K H S L
Decimal 233 13 94 0 0.94 0.60 0.09 337.91 0.89 0.48
Hex E9 D 5E 0 5E 3C 9 152 59 30
Octal 351 15 136 0 136 74 11 522 131 60
Binary 11101001 1101 1011110 0 1011110 111100 1001 101010010 1011001 110000

Color Harmonies of #E90D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90D5E

Black with #E90D5E

Text Example


Text Example

White with #E90D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90D5E; }

 p { color: rgb(233,13,94); }

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

background-color css

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

 a { background-color: rgb(233,13,94); }

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

border-color css

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

 span { border-color: rgb(233,13,94); }

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