Html Css Color HEX #ED356D Cerise

📋 copy color: '#ED356D'

red 237 ◦ green 53 ◦ blue 109

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

Shades of Cerise #ED356D

Tints of Cerise #ED356D

RGB

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

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

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

R = 59.4%
G = 13.28%
B = 27.32%

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

#ED356D (or 0xED356D) is known color: Cerise. HEX triplet: ED, 35 and 6D. RGB value is (237,53,109). Sum of RGB (Red+Green+Blue) = 237+53+109=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED356D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED356D is #12CA92. Grayscale: #727272. Windows color (decimal): -1231507 or 7157229. OLE color: 7157229.

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

Color convert

RGB 237 53 109 -
CMYK 0 0.78 0.54 0.07
HSL 341.74º 0.84% 0.57% -
HSV(B) 341.74º 0.78% 0.93% -
XYZ 38.96 21.65 16.59 -
YUV 114.4 124.96 215.45 -
System Red Green Blue C M Y K H S L
Decimal 237 53 109 0 0.78 0.54 0.07 341.74 0.84 0.57
Hex ED 35 6D 0 4E 36 7 156 54 39
Octal 355 65 155 0 116 66 7 526 124 71
Binary 11101101 110101 1101101 0 1001110 110110 111 101010110 1010100 111001

Color Harmonies of #ED356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED356D

Black with #ED356D

Text Example


Text Example

White with #ED356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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