Html Css Color HEX #ED426C Cerise

📋 copy color: '#ED426C'

red 237 ◦ green 66 ◦ blue 108

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

Shades of Cerise #ED426C

Tints of Cerise #ED426C

RGB

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

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

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

R = 57.66%
G = 16.06%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED426C (or 0xED426C) is known color: Cerise. HEX triplet: ED, 42 and 6C. RGB value is (237,66,108). Sum of RGB (Red+Green+Blue) = 237+66+108=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED426C is #12BD93. Grayscale: #797979. Windows color (decimal): -1228180 or 7095021. OLE color: 7095021.

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

Color convert

RGB 237 66 108 -
CMYK 0 0.72 0.54 0.07
HSL 345.26º 0.83% 0.59% -
HSV(B) 345.26º 0.72% 0.93% -
XYZ 39.58 22.98 16.54 -
YUV 121.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 237 66 108 0 0.72 0.54 0.07 345.26 0.83 0.59
Hex ED 42 6C 0 48 36 7 159 53 3B
Octal 355 102 154 0 110 66 7 531 123 73
Binary 11101101 1000010 1101100 0 1001000 110110 111 101011001 1010011 111011

Color Harmonies of #ED426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED426C

Black with #ED426C

Text Example


Text Example

White with #ED426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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