Html Css Color HEX #ED009B Hollywood Cerise

📋 copy color: '#ED009B'

red 237 ◦ green 0 ◦ blue 155

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

Shades of Hollywood Cerise #ED009B

Tints of Hollywood Cerise #ED009B

RGB

 RED value IS 237 (92.97% from 255) = 60.46%

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 60.46%
G = 0%
B = 39.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED009B (or 0xED009B) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 9B. RGB value is (237,0,155). Sum of RGB (Red+Green+Blue) = 237+0+155=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED009B is #12FF64. Grayscale: #585858. Windows color (decimal): -1245029 or 10158317. OLE color: 10158317.

HSL color Cylindrical-coordinate representation of color #ED009B: hue angle of 320.76º 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 #ED009B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 155 -
CMYK 0 1 0.35 0.07
HSL 320.76º 1% 0.46% -
HSV(B) 320.76º 1% 0.93% -
XYZ 40.84 20.37 32.79 -
YUV 88.53 165.52 233.9 -
System Red Green Blue C M Y K H S L
Decimal 237 0 155 0 1 0.35 0.07 320.76 1 0.46
Hex ED 0 9B 0 64 23 7 141 64 2E
Octal 355 0 233 0 144 43 7 501 144 56
Binary 11101101 0 10011011 0 1100100 100011 111 101000001 1100100 101110

Color Harmonies of #ED009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED009B

Black with #ED009B

Text Example


Text Example

White with #ED009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED009B; }

 p { color: rgb(237,0,155); }

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

background-color css

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

 a { background-color: rgb(237,0,155); }

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

border-color css

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

 span { border-color: rgb(237,0,155); }

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