Html Css Color HEX #ED226A Cerise

📋 copy color: '#ED226A'

red 237 ◦ green 34 ◦ blue 106

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

Shades of Cerise #ED226A

Tints of Cerise #ED226A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 62.86%
G = 9.02%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED226A (or 0xED226A) is known color: Cerise. HEX triplet: ED, 22 and 6A. RGB value is (237,34,106). Sum of RGB (Red+Green+Blue) = 237+34+106=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED226A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED226A is #12DD95. Grayscale: #666666. Windows color (decimal): -1236374 or 6955757. OLE color: 6955757.

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

Color convert

RGB 237 34 106 -
CMYK 0 0.86 0.55 0.07
HSL 338.72º 0.85% 0.53% -
HSV(B) 338.72º 0.86% 0.93% -
XYZ 38.1 20.19 15.52 -
YUV 102.91 129.75 223.65 -
System Red Green Blue C M Y K H S L
Decimal 237 34 106 0 0.86 0.55 0.07 338.72 0.85 0.53
Hex ED 22 6A 0 56 37 7 153 55 35
Octal 355 42 152 0 126 67 7 523 125 65
Binary 11101101 100010 1101010 0 1010110 110111 111 101010011 1010101 110101

Color Harmonies of #ED226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED226A

Black with #ED226A

Text Example


Text Example

White with #ED226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED226A; }

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

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

background-color css

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

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

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

border-color css

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

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

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