Html Css Color HEX #ED3170 Cerise

📋 copy color: '#ED3170'

red 237 ◦ green 49 ◦ blue 112

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

Shades of Cerise #ED3170

Tints of Cerise #ED3170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.31%

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

R = 59.55%
G = 12.31%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED3170 (or 0xED3170) is known color: Cerise. HEX triplet: ED, 31 and 70. RGB value is (237,49,112). Sum of RGB (Red+Green+Blue) = 237+49+112=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3170 is #12CE8F. Grayscale: #707070. Windows color (decimal): -1232528 or 7352813. OLE color: 7352813.

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

Color convert

RGB 237 49 112 -
CMYK 0 0.79 0.53 0.07
HSL 339.89º 0.84% 0.56% -
HSV(B) 339.89º 0.79% 0.93% -
XYZ 38.95 21.37 17.4 -
YUV 112.39 127.78 216.88 -
System Red Green Blue C M Y K H S L
Decimal 237 49 112 0 0.79 0.53 0.07 339.89 0.84 0.56
Hex ED 31 70 0 4F 35 7 154 54 38
Octal 355 61 160 0 117 65 7 524 124 70
Binary 11101101 110001 1110000 0 1001111 110101 111 101010100 1010100 111000

Color Harmonies of #ED3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3170

Black with #ED3170

Text Example


Text Example

White with #ED3170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3170; }

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

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

background-color css

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

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

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

border-color css

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

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

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