Html Css Color HEX #ED355D Cerise

📋 copy color: '#ED355D'

red 237 ◦ green 53 ◦ blue 93

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

Shades of Cerise #ED355D

Tints of Cerise #ED355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 61.88%
G = 13.84%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED355D (or 0xED355D) is known color: Cerise. HEX triplet: ED, 35 and 5D. RGB value is (237,53,93). Sum of RGB (Red+Green+Blue) = 237+53+93=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED355D is #12CAA2. Grayscale: #707070. Windows color (decimal): -1231523 or 6108653. OLE color: 6108653.

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

Color convert

RGB 237 53 93 -
CMYK 0 0.78 0.61 0.07
HSL 346.96º 0.84% 0.57% -
HSV(B) 346.96º 0.78% 0.93% -
XYZ 38.17 21.34 12.46 -
YUV 112.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 237 53 93 0 0.78 0.61 0.07 346.96 0.84 0.57
Hex ED 35 5D 0 4E 3D 7 15B 54 39
Octal 355 65 135 0 116 75 7 533 124 71
Binary 11101101 110101 1011101 0 1001110 111101 111 101011011 1010100 111001

Color Harmonies of #ED355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED355D

Black with #ED355D

Text Example


Text Example

White with #ED355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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