Html Css Color HEX #ED356E Cerise

📋 copy color: '#ED356E'

red 237 ◦ green 53 ◦ blue 110

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

Shades of Cerise #ED356E

Tints of Cerise #ED356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.25%

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 59.25%
G = 13.25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED356E (or 0xED356E) is known color: Cerise. HEX triplet: ED, 35 and 6E. RGB value is (237,53,110). Sum of RGB (Red+Green+Blue) = 237+53+110=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED356E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED356E is #12CA91. Grayscale: #727272. Windows color (decimal): -1231506 or 7222765. OLE color: 7222765.

HSL color Cylindrical-coordinate representation of color #ED356E: hue angle of 341.41º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED356E is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 53 110 -
CMYK 0 0.78 0.54 0.07
HSL 341.41º 0.84% 0.57% -
HSV(B) 341.41º 0.78% 0.93% -
XYZ 39.01 21.68 16.88 -
YUV 114.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 237 53 110 0 0.78 0.54 0.07 341.41 0.84 0.57
Hex ED 35 6E 0 4E 36 7 155 54 39
Octal 355 65 156 0 116 66 7 525 124 71
Binary 11101101 110101 1101110 0 1001110 110110 111 101010101 1010100 111001

Color Harmonies of #ED356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED356E

Black with #ED356E

Text Example


Text Example

White with #ED356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED356E; }

 p { color: rgb(237,53,110); }

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

background-color css

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

 a { background-color: rgb(237,53,110); }

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

border-color css

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

 span { border-color: rgb(237,53,110); }

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