Html Css Color HEX #ED318D Deep Cerise

📋 copy color: '#ED318D'

red 237 ◦ green 49 ◦ blue 141

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

Shades of Deep Cerise #ED318D

Tints of Deep Cerise #ED318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.48%

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 55.5%
G = 11.48%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED318D (or 0xED318D) is known color: Deep Cerise. HEX triplet: ED, 31 and 8D. RGB value is (237,49,141). Sum of RGB (Red+Green+Blue) = 237+49+141=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED318D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED318D is #12CE72. Grayscale: #737373. Windows color (decimal): -1232499 or 9253357. OLE color: 9253357.

HSL color Cylindrical-coordinate representation of color #ED318D: hue angle of 330.64º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED318D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 49 141 -
CMYK 0 0.79 0.41 0.07
HSL 330.64º 0.84% 0.56% -
HSV(B) 330.64º 0.79% 0.93% -
XYZ 40.83 22.12 27.32 -
YUV 115.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 237 49 141 0 0.79 0.41 0.07 330.64 0.84 0.56
Hex ED 31 8D 0 4F 29 7 14B 54 38
Octal 355 61 215 0 117 51 7 513 124 70
Binary 11101101 110001 10001101 0 1001111 101001 111 101001011 1010100 111000

Color Harmonies of #ED318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED318D

Black with #ED318D

Text Example


Text Example

White with #ED318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED318D; }

 p { color: rgb(237,49,141); }

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

background-color css

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

 a { background-color: rgb(237,49,141); }

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

border-color css

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

 span { border-color: rgb(237,49,141); }

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