Html Css Color HEX #ED0395 Hollywood Cerise

📋 copy color: '#ED0395'

red 237 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #ED0395

Tints of Hollywood Cerise #ED0395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 60.93%
G = 0.77%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED0395 (or 0xED0395) is known color: Hollywood Cerise. HEX triplet: ED, 03 and 95. RGB value is (237,3,149). Sum of RGB (Red+Green+Blue) = 237+3+149=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0395 is #12FC6A. Grayscale: #595959. Windows color (decimal): -1244267 or 9765869. OLE color: 9765869.

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

Color convert

RGB 237 3 149 -
CMYK 0 0.99 0.37 0.07
HSL 322.56º 0.98% 0.47% -
HSV(B) 322.56º 0.99% 0.93% -
XYZ 40.38 20.24 30.21 -
YUV 89.61 161.52 233.13 -
System Red Green Blue C M Y K H S L
Decimal 237 3 149 0 0.99 0.37 0.07 322.56 0.98 0.47
Hex ED 3 95 0 63 25 7 143 62 2F
Octal 355 3 225 0 143 45 7 503 142 57
Binary 11101101 11 10010101 0 1100011 100101 111 101000011 1100010 101111

Color Harmonies of #ED0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0395

Black with #ED0395

Text Example


Text Example

White with #ED0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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