Html Css Color HEX #ED088F Hollywood Cerise

📋 copy color: '#ED088F'

red 237 ◦ green 8 ◦ blue 143

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

Shades of Hollywood Cerise #ED088F

Tints of Hollywood Cerise #ED088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.06%

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 61.08%
G = 2.06%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED088F (or 0xED088F) is known color: Hollywood Cerise. HEX triplet: ED, 08 and 8F. RGB value is (237,8,143). Sum of RGB (Red+Green+Blue) = 237+8+143=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED088F is #12F770. Grayscale: #5B5B5B. Windows color (decimal): -1242993 or 9373933. OLE color: 9373933.

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

Color convert

RGB 237 8 143 -
CMYK 0 0.97 0.40 0.07
HSL 324.63º 0.93% 0.48% -
HSV(B) 324.63º 0.97% 0.93% -
XYZ 39.97 20.16 27.77 -
YUV 91.86 156.87 231.52 -
System Red Green Blue C M Y K H S L
Decimal 237 8 143 0 0.97 0.40 0.07 324.63 0.93 0.48
Hex ED 8 8F 0 61 28 7 145 5D 30
Octal 355 10 217 0 141 50 7 505 135 60
Binary 11101101 1000 10001111 0 1100001 101000 111 101000101 1011101 110000

Color Harmonies of #ED088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED088F

Black with #ED088F

Text Example


Text Example

White with #ED088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED088F; }

 p { color: rgb(237,8,143); }

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

background-color css

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

 a { background-color: rgb(237,8,143); }

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

border-color css

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

 span { border-color: rgb(237,8,143); }

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