Html Css Color HEX #E9125D Razzmatazz

📋 copy color: '#E9125D'

red 233 ◦ green 18 ◦ blue 93

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

Shades of Razzmatazz #E9125D

Tints of Razzmatazz #E9125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.23%

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

R = 67.73%
G = 5.23%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9125D (or 0xE9125D) is known color: Razzmatazz. HEX triplet: E9, 12 and 5D. RGB value is (233,18,93). Sum of RGB (Red+Green+Blue) = 233+18+93=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9125D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9125D is #16EDA2. Grayscale: #5A5A5A. Windows color (decimal): -1502627 or 6099689. OLE color: 6099689.

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

Color convert

RGB 233 18 93 -
CMYK 0 0.92 0.60 0.09
HSL 339.07º 0.86% 0.49% -
HSV(B) 339.07º 0.92% 0.91% -
XYZ 35.8 18.55 12.05 -
YUV 90.84 129.23 229.4 -
System Red Green Blue C M Y K H S L
Decimal 233 18 93 0 0.92 0.60 0.09 339.07 0.86 0.49
Hex E9 12 5D 0 5C 3C 9 153 56 31
Octal 351 22 135 0 134 74 11 523 126 61
Binary 11101001 10010 1011101 0 1011100 111100 1001 101010011 1010110 110001

Color Harmonies of #E9125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9125D

Black with #E9125D

Text Example


Text Example

White with #E9125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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