Html Css Color HEX #ED3276 Cerise

📋 copy color: '#ED3276'

red 237 ◦ green 50 ◦ blue 118

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

Shades of Cerise #ED3276

Tints of Cerise #ED3276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.35%

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 58.52%
G = 12.35%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED3276 (or 0xED3276) is known color: Cerise. HEX triplet: ED, 32 and 76. RGB value is (237,50,118). Sum of RGB (Red+Green+Blue) = 237+50+118=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3276 is #12CD89. Grayscale: #717171. Windows color (decimal): -1232266 or 7746285. OLE color: 7746285.

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

Color convert

RGB 237 50 118 -
CMYK 0 0.79 0.50 0.07
HSL 338.18º 0.84% 0.56% -
HSV(B) 338.18º 0.79% 0.93% -
XYZ 39.34 21.59 19.23 -
YUV 113.67 130.45 215.97 -
System Red Green Blue C M Y K H S L
Decimal 237 50 118 0 0.79 0.50 0.07 338.18 0.84 0.56
Hex ED 32 76 0 4F 32 7 152 54 38
Octal 355 62 166 0 117 62 7 522 124 70
Binary 11101101 110010 1110110 0 1001111 110010 111 101010010 1010100 111000

Color Harmonies of #ED3276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3276

Black with #ED3276

Text Example


Text Example

White with #ED3276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3276; }

 p { color: rgb(237,50,118); }

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

background-color css

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

 a { background-color: rgb(237,50,118); }

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

border-color css

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

 span { border-color: rgb(237,50,118); }

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