Html Css Color HEX #ED228F Deep Pink

📋 copy color: '#ED228F'

red 237 ◦ green 34 ◦ blue 143

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

Shades of Deep Pink #ED228F

Tints of Deep Pink #ED228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 57.25%
G = 8.21%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED228F (or 0xED228F) is known color: Deep Pink. HEX triplet: ED, 22 and 8F. RGB value is (237,34,143). Sum of RGB (Red+Green+Blue) = 237+34+143=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED228F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED228F is #12DD70. Grayscale: #6A6A6A. Windows color (decimal): -1236337 or 9380589. OLE color: 9380589.

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

Color convert

RGB 237 34 143 -
CMYK 0 0.86 0.40 0.07
HSL 327.78º 0.85% 0.53% -
HSV(B) 327.78º 0.86% 0.93% -
XYZ 40.46 21.13 27.93 -
YUV 107.12 148.25 220.64 -
System Red Green Blue C M Y K H S L
Decimal 237 34 143 0 0.86 0.40 0.07 327.78 0.85 0.53
Hex ED 22 8F 0 56 28 7 148 55 35
Octal 355 42 217 0 126 50 7 510 125 65
Binary 11101101 100010 10001111 0 1010110 101000 111 101001000 1010101 110101

Color Harmonies of #ED228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED228F

Black with #ED228F

Text Example


Text Example

White with #ED228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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