Html Css Color HEX #ED4070 Cerise

📋 copy color: '#ED4070'

red 237 ◦ green 64 ◦ blue 112

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

Shades of Cerise #ED4070

Tints of Cerise #ED4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.5%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 57.38%
G = 15.5%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED4070 (or 0xED4070) is known color: Cerise. HEX triplet: ED, 40 and 70. RGB value is (237,64,112). Sum of RGB (Red+Green+Blue) = 237+64+112=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4070 is #12BF8F. Grayscale: #797979. Windows color (decimal): -1228688 or 7356653. OLE color: 7356653.

HSL color Cylindrical-coordinate representation of color #ED4070: hue angle of 343.35º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED4070 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 64 112 -
CMYK 0 0.73 0.53 0.07
HSL 343.35º 0.83% 0.59% -
HSV(B) 343.35º 0.73% 0.93% -
XYZ 39.68 22.84 17.65 -
YUV 121.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 237 64 112 0 0.73 0.53 0.07 343.35 0.83 0.59
Hex ED 40 70 0 49 35 7 157 53 3B
Octal 355 100 160 0 111 65 7 527 123 73
Binary 11101101 1000000 1110000 0 1001001 110101 111 101010111 1010011 111011

Color Harmonies of #ED4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4070

Black with #ED4070

Text Example


Text Example

White with #ED4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4070; }

 p { color: rgb(237,64,112); }

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

background-color css

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

 a { background-color: rgb(237,64,112); }

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

border-color css

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

 span { border-color: rgb(237,64,112); }

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