Html Css Color HEX #ED22B7 Spicy Pink

📋 copy color: '#ED22B7'

red 237 ◦ green 34 ◦ blue 183

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

Shades of Spicy Pink #ED22B7

Tints of Spicy Pink #ED22B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.31%

R = 52.2%
G = 7.49%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED22B7 (or 0xED22B7) is known color: Spicy Pink. HEX triplet: ED, 22 and B7. RGB value is (237,34,183). Sum of RGB (Red+Green+Blue) = 237+34+183=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22B7 is #12DD48. Grayscale: #6F6F6F. Windows color (decimal): -1236297 or 12002029. OLE color: 12002029.

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

Color convert

RGB 237 34 183 -
CMYK 0 0.86 0.23 0.07
HSL 315.96º 0.85% 0.53% -
HSV(B) 315.96º 0.86% 0.93% -
XYZ 44.04 22.57 46.83 -
YUV 111.68 168.25 217.38 -
System Red Green Blue C M Y K H S L
Decimal 237 34 183 0 0.86 0.23 0.07 315.96 0.85 0.53
Hex ED 22 B7 0 56 17 7 13C 55 35
Octal 355 42 267 0 126 27 7 474 125 65
Binary 11101101 100010 10110111 0 1010110 10111 111 100111100 1010101 110101

Color Harmonies of #ED22B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED22B7

Black with #ED22B7

Text Example


Text Example

White with #ED22B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED22B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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