Html Css Color HEX #E610A5 Hollywood Cerise

📋 copy color: '#E610A5'

red 230 ◦ green 16 ◦ blue 165

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

Shades of Hollywood Cerise #E610A5

Tints of Hollywood Cerise #E610A5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.89%

 BLUE value IS 165 (64.84% from 255) = 40.15%

R = 55.96%
G = 3.89%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E610A5 (or 0xE610A5) is known color: Hollywood Cerise. HEX triplet: E6, 10 and A5. RGB value is (230,16,165). Sum of RGB (Red+Green+Blue) = 230+16+165=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E610A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E610A5 is #19EF5A. Grayscale: #606060. Windows color (decimal): -1699675 or 10817766. OLE color: 10817766.

HSL color Cylindrical-coordinate representation of color #E610A5: hue angle of 318.22º degrees, saturation: 0.87, 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 #E610A5 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 165 -
CMYK 0 0.93 0.28 0.10
HSL 318.22º 0.87% 0.48% -
HSV(B) 318.22º 0.93% 0.9% -
XYZ 39.61 19.91 37.35 -
YUV 96.97 166.4 222.88 -
System Red Green Blue C M Y K H S L
Decimal 230 16 165 0 0.93 0.28 0.10 318.22 0.87 0.48
Hex E6 10 A5 0 5D 1C A 13E 57 30
Octal 346 20 245 0 135 34 12 476 127 60
Binary 11100110 10000 10100101 0 1011101 11100 1010 100111110 1010111 110000

Color Harmonies of #E610A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E610A5

Black with #E610A5

Text Example


Text Example

White with #E610A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E610A5; }

 p { color: rgb(230,16,165); }

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

background-color css

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

 a { background-color: rgb(230,16,165); }

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

border-color css

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

 span { border-color: rgb(230,16,165); }

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