Html Css Color HEX #ED07AF Hollywood Cerise

📋 copy color: '#ED07AF'

red 237 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #ED07AF

Tints of Hollywood Cerise #ED07AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 56.56%
G = 1.67%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED07AF (or 0xED07AF) is known color: Hollywood Cerise. HEX triplet: ED, 07 and AF. RGB value is (237,7,175). Sum of RGB (Red+Green+Blue) = 237+7+175=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED07AF is #12F850. Grayscale: #5E5E5E. Windows color (decimal): -1243217 or 11470829. OLE color: 11470829.

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

Color convert

RGB 237 7 175 -
CMYK 0 0.97 0.26 0.07
HSL 316.17º 0.94% 0.48% -
HSV(B) 316.17º 0.97% 0.93% -
XYZ 42.74 21.25 42.41 -
YUV 94.92 173.2 229.34 -
System Red Green Blue C M Y K H S L
Decimal 237 7 175 0 0.97 0.26 0.07 316.17 0.94 0.48
Hex ED 7 AF 0 61 1A 7 13C 5E 30
Octal 355 7 257 0 141 32 7 474 136 60
Binary 11101101 111 10101111 0 1100001 11010 111 100111100 1011110 110000

Color Harmonies of #ED07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07AF

Black with #ED07AF

Text Example


Text Example

White with #ED07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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