Html Css Color HEX #E309AF Hollywood Cerise

📋 copy color: '#E309AF'

red 227 ◦ green 9 ◦ blue 175

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

Shades of Hollywood Cerise #E309AF

Tints of Hollywood Cerise #E309AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.19%

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 55.23%
G = 2.19%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E309AF (or 0xE309AF) is known color: Hollywood Cerise. HEX triplet: E3, 09 and AF. RGB value is (227,9,175). Sum of RGB (Red+Green+Blue) = 227+9+175=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E309AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E309AF is #1CF650. Grayscale: #5C5C5C. Windows color (decimal): -1898065 or 11471331. OLE color: 11471331.

HSL color Cylindrical-coordinate representation of color #E309AF: hue angle of 314.31º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E309AF is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 9 175 -
CMYK 0 0.96 0.23 0.11
HSL 314.31º 0.92% 0.46% -
HSV(B) 314.31º 0.96% 0.89% -
XYZ 39.51 19.62 42.26 -
YUV 93.11 174.22 223.5 -
System Red Green Blue C M Y K H S L
Decimal 227 9 175 0 0.96 0.23 0.11 314.31 0.92 0.46
Hex E3 9 AF 0 60 17 B 13A 5C 2E
Octal 343 11 257 0 140 27 13 472 134 56
Binary 11100011 1001 10101111 0 1100000 10111 1011 100111010 1011100 101110

Color Harmonies of #E309AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E309AF

Black with #E309AF

Text Example


Text Example

White with #E309AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E309AF; }

 p { color: rgb(227,9,175); }

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

background-color css

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

 a { background-color: rgb(227,9,175); }

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

border-color css

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

 span { border-color: rgb(227,9,175); }

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