Html Css Color HEX #ED078D Hollywood Cerise

📋 copy color: '#ED078D'

red 237 ◦ green 7 ◦ blue 141

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

Shades of Hollywood Cerise #ED078D

Tints of Hollywood Cerise #ED078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 61.56%
G = 1.82%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED078D (or 0xED078D) is known color: Hollywood Cerise. HEX triplet: ED, 07 and 8D. RGB value is (237,7,141). Sum of RGB (Red+Green+Blue) = 237+7+141=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED078D is #12F872. Grayscale: #5A5A5A. Windows color (decimal): -1243251 or 9242605. OLE color: 9242605.

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

Color convert

RGB 237 7 141 -
CMYK 0 0.97 0.41 0.07
HSL 325.04º 0.94% 0.48% -
HSV(B) 325.04º 0.97% 0.93% -
XYZ 39.81 20.08 26.98 -
YUV 91.05 156.2 232.1 -
System Red Green Blue C M Y K H S L
Decimal 237 7 141 0 0.97 0.41 0.07 325.04 0.94 0.48
Hex ED 7 8D 0 61 29 7 145 5E 30
Octal 355 7 215 0 141 51 7 505 136 60
Binary 11101101 111 10001101 0 1100001 101001 111 101000101 1011110 110000

Color Harmonies of #ED078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED078D

Black with #ED078D

Text Example


Text Example

White with #ED078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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