Html Css Color HEX #ED358E Deep Cerise

📋 copy color: '#ED358E'

red 237 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #ED358E

Tints of Deep Cerise #ED358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 54.86%
G = 12.27%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED358E (or 0xED358E) is known color: Deep Cerise. HEX triplet: ED, 35 and 8E. RGB value is (237,53,142). Sum of RGB (Red+Green+Blue) = 237+53+142=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED358E is #12CA71. Grayscale: #757575. Windows color (decimal): -1231474 or 9319917. OLE color: 9319917.

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

Color convert

RGB 237 53 142 -
CMYK 0 0.78 0.40 0.07
HSL 330.98º 0.84% 0.57% -
HSV(B) 330.98º 0.78% 0.93% -
XYZ 41.08 22.5 27.77 -
YUV 118.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 237 53 142 0 0.78 0.40 0.07 330.98 0.84 0.57
Hex ED 35 8E 0 4E 28 7 14B 54 39
Octal 355 65 216 0 116 50 7 513 124 71
Binary 11101101 110101 10001110 0 1001110 101000 111 101001011 1010100 111001

Color Harmonies of #ED358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED358E

Black with #ED358E

Text Example


Text Example

White with #ED358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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