Html Css Color HEX #ED327C Deep Cerise

📋 copy color: '#ED327C'

red 237 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #ED327C

Tints of Deep Cerise #ED327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.17%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 57.66%
G = 12.17%
B = 30.17%

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

#ED327C (or 0xED327C) is known color: Deep Cerise. HEX triplet: ED, 32 and 7C. RGB value is (237,50,124). Sum of RGB (Red+Green+Blue) = 237+50+124=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED327C is #12CD83. Grayscale: #727272. Windows color (decimal): -1232260 or 8139501. OLE color: 8139501.

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

Color convert

RGB 237 50 124 -
CMYK 0 0.79 0.48 0.07
HSL 336.26º 0.84% 0.56% -
HSV(B) 336.26º 0.79% 0.93% -
XYZ 39.7 21.74 21.17 -
YUV 114.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 237 50 124 0 0.79 0.48 0.07 336.26 0.84 0.56
Hex ED 32 7C 0 4F 30 7 150 54 38
Octal 355 62 174 0 117 60 7 520 124 70
Binary 11101101 110010 1111100 0 1001111 110000 111 101010000 1010100 111000

Color Harmonies of #ED327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED327C

Black with #ED327C

Text Example


Text Example

White with #ED327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED327C; }

 p { color: rgb(237,50,124); }

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

background-color css

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

 a { background-color: rgb(237,50,124); }

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

border-color css

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

 span { border-color: rgb(237,50,124); }

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