Html Css Color HEX #ED317B Deep Cerise

📋 copy color: '#ED317B'

red 237 ◦ green 49 ◦ blue 123

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

Shades of Deep Cerise #ED317B

Tints of Deep Cerise #ED317B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 57.95%
G = 11.98%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED317B (or 0xED317B) is known color: Deep Cerise. HEX triplet: ED, 31 and 7B. RGB value is (237,49,123). Sum of RGB (Red+Green+Blue) = 237+49+123=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED317B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED317B is #12CE84. Grayscale: #717171. Windows color (decimal): -1232517 or 8073709. OLE color: 8073709.

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

Color convert

RGB 237 49 123 -
CMYK 0 0.79 0.48 0.07
HSL 336.38º 0.84% 0.56% -
HSV(B) 336.38º 0.79% 0.93% -
XYZ 39.6 21.63 20.83 -
YUV 113.65 133.28 215.98 -
System Red Green Blue C M Y K H S L
Decimal 237 49 123 0 0.79 0.48 0.07 336.38 0.84 0.56
Hex ED 31 7B 0 4F 30 7 150 54 38
Octal 355 61 173 0 117 60 7 520 124 70
Binary 11101101 110001 1111011 0 1001111 110000 111 101010000 1010100 111000

Color Harmonies of #ED317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED317B

Black with #ED317B

Text Example


Text Example

White with #ED317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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