Html Css Color HEX #E609AF Hollywood Cerise

📋 copy color: '#E609AF'

red 230 ◦ green 9 ◦ blue 175

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

Shades of Hollywood Cerise #E609AF

Tints of Hollywood Cerise #E609AF

RGB

 RED value IS 230 (90.23% from 255) = 55.56%

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

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

R = 55.56%
G = 2.17%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E609AF (or 0xE609AF) is known color: Hollywood Cerise. HEX triplet: E6, 09 and AF. RGB value is (230,9,175). Sum of RGB (Red+Green+Blue) = 230+9+175=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E609AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E609AF is #19F650. Grayscale: #5D5D5D. Windows color (decimal): -1701457 or 11471334. OLE color: 11471334.

HSL color Cylindrical-coordinate representation of color #E609AF: hue angle of 314.93º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E609AF is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 175 -
CMYK 0 0.96 0.24 0.10
HSL 314.93º 0.92% 0.47% -
HSV(B) 314.93º 0.96% 0.9% -
XYZ 40.47 20.11 42.31 -
YUV 94 173.72 225 -
System Red Green Blue C M Y K H S L
Decimal 230 9 175 0 0.96 0.24 0.10 314.93 0.92 0.47
Hex E6 9 AF 0 60 18 A 13B 5C 2F
Octal 346 11 257 0 140 30 12 473 134 57
Binary 11100110 1001 10101111 0 1100000 11000 1010 100111011 1011100 101111

Color Harmonies of #E609AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E609AF

Black with #E609AF

Text Example


Text Example

White with #E609AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E609AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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