Html Css Color HEX #ED078F Hollywood Cerise

📋 copy color: '#ED078F'

red 237 ◦ green 7 ◦ blue 143

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

Shades of Hollywood Cerise #ED078F

Tints of Hollywood Cerise #ED078F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.81%

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

R = 61.24%
G = 1.81%
B = 36.95%

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

#ED078F (or 0xED078F) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 8F. RGB value is (237,7,143). Sum of RGB (Red+Green+Blue) = 237+7+143=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED078F is #12F870. Grayscale: #5A5A5A. Windows color (decimal): -1243249 or 9373677. OLE color: 9373677.

HSL color Cylindrical-coordinate representation of color #ED078F: hue angle of 324.52º degrees, saturation: 0.94, 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 #ED078F is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 143 -
CMYK 0 0.97 0.40 0.07
HSL 324.52º 0.94% 0.48% -
HSV(B) 324.52º 0.97% 0.93% -
XYZ 39.96 20.14 27.77 -
YUV 91.27 157.2 231.94 -
System Red Green Blue C M Y K H S L
Decimal 237 7 143 0 0.97 0.40 0.07 324.52 0.94 0.48
Hex ED 7 8F 0 61 28 7 145 5E 30
Octal 355 7 217 0 141 50 7 505 136 60
Binary 11101101 111 10001111 0 1100001 101000 111 101000101 1011110 110000

Color Harmonies of #ED078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED078F

Black with #ED078F

Text Example


Text Example

White with #ED078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED078F; }

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

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

background-color css

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

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

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

border-color css

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

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

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