Html Css Color HEX #ED2AB2 Spicy Pink

📋 copy color: '#ED2AB2'

red 237 ◦ green 42 ◦ blue 178

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

Shades of Spicy Pink #ED2AB2

Tints of Spicy Pink #ED2AB2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.19%

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 51.86%
G = 9.19%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED2AB2 (or 0xED2AB2) is known color: Spicy Pink. HEX triplet: ED, 2A and B2. RGB value is (237,42,178). Sum of RGB (Red+Green+Blue) = 237+42+178=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2AB2 is #12D54D. Grayscale: #737373. Windows color (decimal): -1234254 or 11676397. OLE color: 11676397.

HSL color Cylindrical-coordinate representation of color #ED2AB2: hue angle of 318.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2AB2 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 42 178 -
CMYK 0 0.82 0.25 0.07
HSL 318.15º 0.84% 0.55% -
HSV(B) 318.15º 0.82% 0.93% -
XYZ 43.79 22.87 44.23 -
YUV 115.81 163.1 214.44 -
System Red Green Blue C M Y K H S L
Decimal 237 42 178 0 0.82 0.25 0.07 318.15 0.84 0.55
Hex ED 2A B2 0 52 19 7 13E 54 37
Octal 355 52 262 0 122 31 7 476 124 67
Binary 11101101 101010 10110010 0 1010010 11001 111 100111110 1010100 110111

Color Harmonies of #ED2AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2AB2

Black with #ED2AB2

Text Example


Text Example

White with #ED2AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2AB2; }

 p { color: rgb(237,42,178); }

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

background-color css

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

 a { background-color: rgb(237,42,178); }

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

border-color css

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

 span { border-color: rgb(237,42,178); }

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