Html Css Color HEX #ED426A Cerise

📋 copy color: '#ED426A'

red 237 ◦ green 66 ◦ blue 106

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

Shades of Cerise #ED426A

Tints of Cerise #ED426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.14%

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

R = 57.95%
G = 16.14%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED426A (or 0xED426A) is known color: Cerise. HEX triplet: ED, 42 and 6A. RGB value is (237,66,106). Sum of RGB (Red+Green+Blue) = 237+66+106=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED426A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED426A is #12BD95. Grayscale: #797979. Windows color (decimal): -1228182 or 6963949. OLE color: 6963949.

HSL color Cylindrical-coordinate representation of color #ED426A: hue angle of 345.96º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED426A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 66 106 -
CMYK 0 0.72 0.55 0.07
HSL 345.96º 0.83% 0.59% -
HSV(B) 345.96º 0.72% 0.93% -
XYZ 39.47 22.94 15.98 -
YUV 121.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 237 66 106 0 0.72 0.55 0.07 345.96 0.83 0.59
Hex ED 42 6A 0 48 37 7 15A 53 3B
Octal 355 102 152 0 110 67 7 532 123 73
Binary 11101101 1000010 1101010 0 1001000 110111 111 101011010 1010011 111011

Color Harmonies of #ED426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED426A

Black with #ED426A

Text Example


Text Example

White with #ED426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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