Html Css Color HEX #E60FAD Hollywood Cerise

📋 copy color: '#E60FAD'

red 230 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #E60FAD

Tints of Hollywood Cerise #E60FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 55.02%
G = 3.59%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E60FAD (or 0xE60FAD) is known color: Hollywood Cerise. HEX triplet: E6, 0F and AD. RGB value is (230,15,173). Sum of RGB (Red+Green+Blue) = 230+15+173=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60FAD is #19F052. Grayscale: #606060. Windows color (decimal): -1699923 or 11341798. OLE color: 11341798.

HSL color Cylindrical-coordinate representation of color #E60FAD: hue angle of 315.91º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60FAD is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 15 173 -
CMYK 0 0.93 0.25 0.10
HSL 315.91º 0.88% 0.48% -
HSV(B) 315.91º 0.93% 0.9% -
XYZ 40.35 20.18 41.3 -
YUV 97.3 170.73 222.65 -
System Red Green Blue C M Y K H S L
Decimal 230 15 173 0 0.93 0.25 0.10 315.91 0.88 0.48
Hex E6 F AD 0 5D 19 A 13C 58 30
Octal 346 17 255 0 135 31 12 474 130 60
Binary 11100110 1111 10101101 0 1011101 11001 1010 100111100 1011000 110000

Color Harmonies of #E60FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FAD

Black with #E60FAD

Text Example


Text Example

White with #E60FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FAD; }

 p { color: rgb(230,15,173); }

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

background-color css

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

 a { background-color: rgb(230,15,173); }

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

border-color css

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

 span { border-color: rgb(230,15,173); }

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