Html Css Color HEX #ED3371 Cerise

📋 copy color: '#ED3371'

red 237 ◦ green 51 ◦ blue 113

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

Shades of Cerise #ED3371

Tints of Cerise #ED3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.72%

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

R = 59.1%
G = 12.72%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED3371 (or 0xED3371) is known color: Cerise. HEX triplet: ED, 33 and 71. RGB value is (237,51,113). Sum of RGB (Red+Green+Blue) = 237+51+113=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3371 is #12CC8E. Grayscale: #717171. Windows color (decimal): -1232015 or 7418861. OLE color: 7418861.

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

Color convert

RGB 237 51 113 -
CMYK 0 0.78 0.52 0.07
HSL 340º 0.84% 0.56% -
HSV(B) 340º 0.78% 0.93% -
XYZ 39.09 21.56 17.72 -
YUV 113.68 127.62 215.96 -
System Red Green Blue C M Y K H S L
Decimal 237 51 113 0 0.78 0.52 0.07 340 0.84 0.56
Hex ED 33 71 0 4E 34 7 154 54 38
Octal 355 63 161 0 116 64 7 524 124 70
Binary 11101101 110011 1110001 0 1001110 110100 111 101010100 1010100 111000

Color Harmonies of #ED3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3371

Black with #ED3371

Text Example


Text Example

White with #ED3371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3371; }

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

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

background-color css

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

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

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

border-color css

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

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

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