Html Css Color HEX #ED356B Cerise

📋 copy color: '#ED356B'

red 237 ◦ green 53 ◦ blue 107

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

Shades of Cerise #ED356B

Tints of Cerise #ED356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 59.7%
G = 13.35%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED356B (or 0xED356B) is known color: Cerise. HEX triplet: ED, 35 and 6B. RGB value is (237,53,107). Sum of RGB (Red+Green+Blue) = 237+53+107=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED356B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED356B is #12CA94. Grayscale: #727272. Windows color (decimal): -1231509 or 7026157. OLE color: 7026157.

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

Color convert

RGB 237 53 107 -
CMYK 0 0.78 0.55 0.07
HSL 342.39º 0.84% 0.57% -
HSV(B) 342.39º 0.78% 0.93% -
XYZ 38.85 21.61 16.03 -
YUV 114.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 237 53 107 0 0.78 0.55 0.07 342.39 0.84 0.57
Hex ED 35 6B 0 4E 37 7 156 54 39
Octal 355 65 153 0 116 67 7 526 124 71
Binary 11101101 110101 1101011 0 1001110 110111 111 101010110 1010100 111001

Color Harmonies of #ED356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED356B

Black with #ED356B

Text Example


Text Example

White with #ED356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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