Html Css Color HEX #ED1CB6 Spicy Pink

📋 copy color: '#ED1CB6'

red 237 ◦ green 28 ◦ blue 182

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

Shades of Spicy Pink #ED1CB6

Tints of Spicy Pink #ED1CB6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.26%

 BLUE value IS 182 (71.48% from 255) = 40.72%

R = 53.02%
G = 6.26%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED1CB6 (or 0xED1CB6) is known color: Spicy Pink. HEX triplet: ED, 1C and B6. RGB value is (237,28,182). Sum of RGB (Red+Green+Blue) = 237+28+182=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1CB6 is #12E349. Grayscale: #6B6B6B. Windows color (decimal): -1237834 or 11934957. OLE color: 11934957.

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

Color convert

RGB 237 28 182 -
CMYK 0 0.88 0.23 0.07
HSL 315.79º 0.85% 0.52% -
HSV(B) 315.79º 0.88% 0.93% -
XYZ 43.78 22.21 46.24 -
YUV 108.05 169.74 219.98 -
System Red Green Blue C M Y K H S L
Decimal 237 28 182 0 0.88 0.23 0.07 315.79 0.85 0.52
Hex ED 1C B6 0 58 17 7 13C 55 34
Octal 355 34 266 0 130 27 7 474 125 64
Binary 11101101 11100 10110110 0 1011000 10111 111 100111100 1010101 110100

Color Harmonies of #ED1CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1CB6

Black with #ED1CB6

Text Example


Text Example

White with #ED1CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1CB6; }

 p { color: rgb(237,28,182); }

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

background-color css

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

 a { background-color: rgb(237,28,182); }

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

border-color css

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

 span { border-color: rgb(237,28,182); }

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