Html Css Color HEX #E30D9D Hollywood Cerise

📋 copy color: '#E30D9D'

red 227 ◦ green 13 ◦ blue 157

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

Shades of Hollywood Cerise #E30D9D

Tints of Hollywood Cerise #E30D9D

RGB

 RED value IS 227 (89.06% from 255) = 57.18%

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 57.18%
G = 3.27%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E30D9D (or 0xE30D9D) is known color: Hollywood Cerise. HEX triplet: E3, 0D and 9D. RGB value is (227,13,157). Sum of RGB (Red+Green+Blue) = 227+13+157=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30D9D is #1CF262. Grayscale: #5D5D5D. Windows color (decimal): -1897059 or 10292707. OLE color: 10292707.

HSL color Cylindrical-coordinate representation of color #E30D9D: hue angle of 319.63º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D9D is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 13 157 -
CMYK 0 0.94 0.31 0.11
HSL 319.63º 0.89% 0.47% -
HSV(B) 319.63º 0.94% 0.89% -
XYZ 37.91 19.05 33.58 -
YUV 93.4 163.9 223.29 -
System Red Green Blue C M Y K H S L
Decimal 227 13 157 0 0.94 0.31 0.11 319.63 0.89 0.47
Hex E3 D 9D 0 5E 1F B 140 59 2F
Octal 343 15 235 0 136 37 13 500 131 57
Binary 11100011 1101 10011101 0 1011110 11111 1011 101000000 1011001 101111

Color Harmonies of #E30D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D9D

Black with #E30D9D

Text Example


Text Example

White with #E30D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D9D; }

 p { color: rgb(227,13,157); }

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

background-color css

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

 a { background-color: rgb(227,13,157); }

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

border-color css

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

 span { border-color: rgb(227,13,157); }

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