Html Css Color HEX #ED3373 Cerise

📋 copy color: '#ED3373'

red 237 ◦ green 51 ◦ blue 115

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

Shades of Cerise #ED3373

Tints of Cerise #ED3373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 58.81%
G = 12.66%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED3373 (or 0xED3373) is known color: Cerise. HEX triplet: ED, 33 and 73. RGB value is (237,51,115). Sum of RGB (Red+Green+Blue) = 237+51+115=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3373 is #12CC8C. Grayscale: #717171. Windows color (decimal): -1232013 or 7549933. OLE color: 7549933.

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

Color convert

RGB 237 51 115 -
CMYK 0 0.78 0.51 0.07
HSL 339.35º 0.84% 0.56% -
HSV(B) 339.35º 0.78% 0.93% -
XYZ 39.2 21.61 18.32 -
YUV 113.91 128.62 215.8 -
System Red Green Blue C M Y K H S L
Decimal 237 51 115 0 0.78 0.51 0.07 339.35 0.84 0.56
Hex ED 33 73 0 4E 33 7 153 54 38
Octal 355 63 163 0 116 63 7 523 124 70
Binary 11101101 110011 1110011 0 1001110 110011 111 101010011 1010100 111000

Color Harmonies of #ED3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3373

Black with #ED3373

Text Example


Text Example

White with #ED3373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3373; }

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

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

background-color css

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

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

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

border-color css

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

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

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