Html Css Color HEX #ED03AD Hollywood Cerise

📋 copy color: '#ED03AD'

red 237 ◦ green 3 ◦ blue 173

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

Shades of Hollywood Cerise #ED03AD

Tints of Hollywood Cerise #ED03AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 57.38%
G = 0.73%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED03AD (or 0xED03AD) is known color: Hollywood Cerise. HEX triplet: ED, 03 and AD. RGB value is (237,3,173). Sum of RGB (Red+Green+Blue) = 237+3+173=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED03AD is #12FC52. Grayscale: #5B5B5B. Windows color (decimal): -1244243 or 11338733. OLE color: 11338733.

HSL color Cylindrical-coordinate representation of color #ED03AD: hue angle of 316.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03AD is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 3 173 -
CMYK 0 0.99 0.27 0.07
HSL 316.41º 0.98% 0.47% -
HSV(B) 316.41º 0.99% 0.93% -
XYZ 42.5 21.09 41.37 -
YUV 92.35 173.52 231.18 -
System Red Green Blue C M Y K H S L
Decimal 237 3 173 0 0.99 0.27 0.07 316.41 0.98 0.47
Hex ED 3 AD 0 63 1B 7 13C 62 2F
Octal 355 3 255 0 143 33 7 474 142 57
Binary 11101101 11 10101101 0 1100011 11011 111 100111100 1100010 101111

Color Harmonies of #ED03AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03AD

Black with #ED03AD

Text Example


Text Example

White with #ED03AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03AD; }

 p { color: rgb(237,3,173); }

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

background-color css

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

 a { background-color: rgb(237,3,173); }

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

border-color css

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

 span { border-color: rgb(237,3,173); }

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