Html Css Color HEX #ED328B Deep Cerise

📋 copy color: '#ED328B'

red 237 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #ED328B

Tints of Deep Cerise #ED328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 55.63%
G = 11.74%
B = 32.63%

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

#ED328B (or 0xED328B) is known color: Deep Cerise. HEX triplet: ED, 32 and 8B. RGB value is (237,50,139). Sum of RGB (Red+Green+Blue) = 237+50+139=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED328B is #12CD74. Grayscale: #737373. Windows color (decimal): -1232245 or 9122541. OLE color: 9122541.

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

Color convert

RGB 237 50 139 -
CMYK 0 0.79 0.41 0.07
HSL 331.44º 0.84% 0.56% -
HSV(B) 331.44º 0.79% 0.93% -
XYZ 40.73 22.15 26.55 -
YUV 116.06 140.95 214.26 -
System Red Green Blue C M Y K H S L
Decimal 237 50 139 0 0.79 0.41 0.07 331.44 0.84 0.56
Hex ED 32 8B 0 4F 29 7 14B 54 38
Octal 355 62 213 0 117 51 7 513 124 70
Binary 11101101 110010 10001011 0 1001111 101001 111 101001011 1010100 111000

Color Harmonies of #ED328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED328B

Black with #ED328B

Text Example


Text Example

White with #ED328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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