Html Css Color HEX #ED356A Cerise

📋 copy color: '#ED356A'

red 237 ◦ green 53 ◦ blue 106

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

Shades of Cerise #ED356A

Tints of Cerise #ED356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 59.85%
G = 13.38%
B = 26.77%

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

#ED356A (or 0xED356A) is known color: Cerise. HEX triplet: ED, 35 and 6A. RGB value is (237,53,106). Sum of RGB (Red+Green+Blue) = 237+53+106=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED356A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED356A is #12CA95. Grayscale: #727272. Windows color (decimal): -1231510 or 6960621. OLE color: 6960621.

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

Color convert

RGB 237 53 106 -
CMYK 0 0.78 0.55 0.07
HSL 342.72º 0.84% 0.57% -
HSV(B) 342.72º 0.78% 0.93% -
XYZ 38.8 21.59 15.76 -
YUV 114.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 237 53 106 0 0.78 0.55 0.07 342.72 0.84 0.57
Hex ED 35 6A 0 4E 37 7 157 54 39
Octal 355 65 152 0 116 67 7 527 124 71
Binary 11101101 110101 1101010 0 1001110 110111 111 101010111 1010100 111001

Color Harmonies of #ED356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED356A

Black with #ED356A

Text Example


Text Example

White with #ED356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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