Html Css Color HEX #ED3171 Cerise

📋 copy color: '#ED3171'

red 237 ◦ green 49 ◦ blue 113

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

Shades of Cerise #ED3171

Tints of Cerise #ED3171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 59.4%
G = 12.28%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED3171 (or 0xED3171) is known color: Cerise. HEX triplet: ED, 31 and 71. RGB value is (237,49,113). Sum of RGB (Red+Green+Blue) = 237+49+113=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3171 is #12CE8E. Grayscale: #707070. Windows color (decimal): -1232527 or 7418349. OLE color: 7418349.

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

Color convert

RGB 237 49 113 -
CMYK 0 0.79 0.52 0.07
HSL 339.57º 0.84% 0.56% -
HSV(B) 339.57º 0.79% 0.93% -
XYZ 39 21.39 17.7 -
YUV 112.51 128.28 216.8 -
System Red Green Blue C M Y K H S L
Decimal 237 49 113 0 0.79 0.52 0.07 339.57 0.84 0.56
Hex ED 31 71 0 4F 34 7 154 54 38
Octal 355 61 161 0 117 64 7 524 124 70
Binary 11101101 110001 1110001 0 1001111 110100 111 101010100 1010100 111000

Color Harmonies of #ED3171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3171

Black with #ED3171

Text Example


Text Example

White with #ED3171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3171; }

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

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

background-color css

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

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

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

border-color css

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

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

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