Html Css Color HEX #ED426D Cerise

📋 copy color: '#ED426D'

red 237 ◦ green 66 ◦ blue 109

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

Shades of Cerise #ED426D

Tints of Cerise #ED426D

RGB

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

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

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

R = 57.52%
G = 16.02%
B = 26.46%

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

#ED426D (or 0xED426D) is known color: Cerise. HEX triplet: ED, 42 and 6D. RGB value is (237,66,109). Sum of RGB (Red+Green+Blue) = 237+66+109=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED426D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED426D is #12BD92. Grayscale: #7A7A7A. Windows color (decimal): -1228179 or 7160557. OLE color: 7160557.

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

Color convert

RGB 237 66 109 -
CMYK 0 0.72 0.54 0.07
HSL 344.91º 0.83% 0.59% -
HSV(B) 344.91º 0.72% 0.93% -
XYZ 39.63 23.01 16.82 -
YUV 122.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 237 66 109 0 0.72 0.54 0.07 344.91 0.83 0.59
Hex ED 42 6D 0 48 36 7 159 53 3B
Octal 355 102 155 0 110 66 7 531 123 73
Binary 11101101 1000010 1101101 0 1001000 110110 111 101011001 1010011 111011

Color Harmonies of #ED426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED426D

Black with #ED426D

Text Example


Text Example

White with #ED426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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