Html Css Color HEX #E90F5D Razzmatazz

📋 copy color: '#E90F5D'

red 233 ◦ green 15 ◦ blue 93

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

Shades of Razzmatazz #E90F5D

Tints of Razzmatazz #E90F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.4%

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 68.33%
G = 4.4%
B = 27.27%

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

#E90F5D (or 0xE90F5D) is known color: Razzmatazz. HEX triplet: E9, 0F and 5D. RGB value is (233,15,93). Sum of RGB (Red+Green+Blue) = 233+15+93=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F5D is #16F0A2. Grayscale: #585858. Windows color (decimal): -1503395 or 6098921. OLE color: 6098921.

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

Color convert

RGB 233 15 93 -
CMYK 0 0.94 0.60 0.09
HSL 338.53º 0.88% 0.49% -
HSV(B) 338.53º 0.94% 0.91% -
XYZ 35.75 18.46 12.03 -
YUV 89.07 130.22 230.66 -
System Red Green Blue C M Y K H S L
Decimal 233 15 93 0 0.94 0.60 0.09 338.53 0.88 0.49
Hex E9 F 5D 0 5E 3C 9 153 58 31
Octal 351 17 135 0 136 74 11 523 130 61
Binary 11101001 1111 1011101 0 1011110 111100 1001 101010011 1011000 110001

Color Harmonies of #E90F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90F5D

Black with #E90F5D

Text Example


Text Example

White with #E90F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90F5D; }

 p { color: rgb(233,15,93); }

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

background-color css

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

 a { background-color: rgb(233,15,93); }

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

border-color css

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

 span { border-color: rgb(233,15,93); }

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