Html Css Color HEX #E005B4 Hollywood Cerise

📋 copy color: '#E005B4'

red 224 ◦ green 5 ◦ blue 180

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

Shades of Hollywood Cerise #E005B4

Tints of Hollywood Cerise #E005B4

RGB

 RED value IS 224 (87.89% from 255) = 54.77%

 GREEN value IS 5 (2.34% from 255) = 1.22%

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 54.77%
G = 1.22%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E005B4 (or 0xE005B4) is known color: Hollywood Cerise. HEX triplet: E0, 05 and B4. RGB value is (224,5,180). Sum of RGB (Red+Green+Blue) = 224+5+180=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E005B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E005B4 is #1FFA4B. Grayscale: #595959. Windows color (decimal): -2095692 or 11797984. OLE color: 11797984.

HSL color Cylindrical-coordinate representation of color #E005B4: hue angle of 312.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005B4 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 180 -
CMYK 0 0.98 0.20 0.12
HSL 312.05º 0.96% 0.45% -
HSV(B) 312.05º 0.98% 0.88% -
XYZ 39.03 19.25 44.84 -
YUV 90.43 178.55 223.27 -
System Red Green Blue C M Y K H S L
Decimal 224 5 180 0 0.98 0.20 0.12 312.05 0.96 0.45
Hex E0 5 B4 0 62 14 C 138 60 2D
Octal 340 5 264 0 142 24 14 470 140 55
Binary 11100000 101 10110100 0 1100010 10100 1100 100111000 1100000 101101

Color Harmonies of #E005B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005B4

Black with #E005B4

Text Example


Text Example

White with #E005B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005B4; }

 p { color: rgb(224,5,180); }

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

background-color css

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

 a { background-color: rgb(224,5,180); }

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

border-color css

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

 span { border-color: rgb(224,5,180); }

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