Html Css Color HEX #EC008B Hollywood Cerise

📋 copy color: '#EC008B'

red 236 ◦ green 0 ◦ blue 139

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

Shades of Hollywood Cerise #EC008B

Tints of Hollywood Cerise #EC008B

RGB

 RED value IS 236 (92.58% from 255) = 62.93%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 62.93%
G = 0%
B = 37.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC008B (or 0xEC008B) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 8B. RGB value is (236,0,139). Sum of RGB (Red+Green+Blue) = 236+0+139=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC008B is #13FF74. Grayscale: #565656. Windows color (decimal): -1310581 or 9109740. OLE color: 9109740.

HSL color Cylindrical-coordinate representation of color #EC008B: hue angle of 324.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC008B is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 139 -
CMYK 0 1 0.41 0.07
HSL 324.66º 1% 0.46% -
HSV(B) 324.66º 1% 0.93% -
XYZ 39.25 19.7 26.16 -
YUV 86.41 157.69 234.7 -
System Red Green Blue C M Y K H S L
Decimal 236 0 139 0 1 0.41 0.07 324.66 1 0.46
Hex EC 0 8B 0 64 29 7 145 64 2E
Octal 354 0 213 0 144 51 7 505 144 56
Binary 11101100 0 10001011 0 1100100 101001 111 101000101 1100100 101110

Color Harmonies of #EC008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC008B

Black with #EC008B

Text Example


Text Example

White with #EC008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC008B; }

 p { color: rgb(236,0,139); }

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

background-color css

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

 a { background-color: rgb(236,0,139); }

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

border-color css

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

 span { border-color: rgb(236,0,139); }

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