Html Css Color HEX #ED228B Deep Pink

📋 copy color: '#ED228B'

red 237 ◦ green 34 ◦ blue 139

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

Shades of Deep Pink #ED228B

Tints of Deep Pink #ED228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.29%

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

R = 57.8%
G = 8.29%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED228B (or 0xED228B) is known color: Deep Pink. HEX triplet: ED, 22 and 8B. RGB value is (237,34,139). Sum of RGB (Red+Green+Blue) = 237+34+139=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED228B is #12DD74. Grayscale: #6A6A6A. Windows color (decimal): -1236341 or 9118445. OLE color: 9118445.

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

Color convert

RGB 237 34 139 -
CMYK 0 0.86 0.41 0.07
HSL 328.97º 0.85% 0.53% -
HSV(B) 328.97º 0.86% 0.93% -
XYZ 40.16 21.01 26.37 -
YUV 106.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 237 34 139 0 0.86 0.41 0.07 328.97 0.85 0.53
Hex ED 22 8B 0 56 29 7 149 55 35
Octal 355 42 213 0 126 51 7 511 125 65
Binary 11101101 100010 10001011 0 1010110 101001 111 101001001 1010101 110101

Color Harmonies of #ED228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED228B

Black with #ED228B

Text Example


Text Example

White with #ED228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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