Html Css Color HEX #ED226D Cerise

📋 copy color: '#ED226D'

red 237 ◦ green 34 ◦ blue 109

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

Shades of Cerise #ED226D

Tints of Cerise #ED226D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.95%

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 62.37%
G = 8.95%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED226D (or 0xED226D) is known color: Cerise. HEX triplet: ED, 22 and 6D. RGB value is (237,34,109). Sum of RGB (Red+Green+Blue) = 237+34+109=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED226D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED226D is #12DD92. Grayscale: #676767. Windows color (decimal): -1236371 or 7152365. OLE color: 7152365.

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

Color convert

RGB 237 34 109 -
CMYK 0 0.86 0.54 0.07
HSL 337.83º 0.85% 0.53% -
HSV(B) 337.83º 0.86% 0.93% -
XYZ 38.26 20.25 16.36 -
YUV 103.25 131.25 223.4 -
System Red Green Blue C M Y K H S L
Decimal 237 34 109 0 0.86 0.54 0.07 337.83 0.85 0.53
Hex ED 22 6D 0 56 36 7 152 55 35
Octal 355 42 155 0 126 66 7 522 125 65
Binary 11101101 100010 1101101 0 1010110 110110 111 101010010 1010101 110101

Color Harmonies of #ED226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED226D

Black with #ED226D

Text Example


Text Example

White with #ED226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED226D; }

 p { color: rgb(237,34,109); }

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

background-color css

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

 a { background-color: rgb(237,34,109); }

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

border-color css

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

 span { border-color: rgb(237,34,109); }

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