Html Css Color HEX #ED226C Cerise

📋 copy color: '#ED226C'

red 237 ◦ green 34 ◦ blue 108

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

Shades of Cerise #ED226C

Tints of Cerise #ED226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 62.53%
G = 8.97%
B = 28.5%

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

#ED226C (or 0xED226C) is known color: Cerise. HEX triplet: ED, 22 and 6C. RGB value is (237,34,108). Sum of RGB (Red+Green+Blue) = 237+34+108=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED226C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED226C is #12DD93. Grayscale: #676767. Windows color (decimal): -1236372 or 7086829. OLE color: 7086829.

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

Color convert

RGB 237 34 108 -
CMYK 0 0.86 0.54 0.07
HSL 338.13º 0.85% 0.53% -
HSV(B) 338.13º 0.86% 0.93% -
XYZ 38.2 20.23 16.08 -
YUV 103.13 130.75 223.48 -
System Red Green Blue C M Y K H S L
Decimal 237 34 108 0 0.86 0.54 0.07 338.13 0.85 0.53
Hex ED 22 6C 0 56 36 7 152 55 35
Octal 355 42 154 0 126 66 7 522 125 65
Binary 11101101 100010 1101100 0 1010110 110110 111 101010010 1010101 110101

Color Harmonies of #ED226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED226C

Black with #ED226C

Text Example


Text Example

White with #ED226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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