Html Css Color HEX #EA2DB6 Spicy Pink

📋 copy color: '#EA2DB6'

red 234 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #EA2DB6

Tints of Spicy Pink #EA2DB6

RGB

 RED value IS 234 (91.8% from 255) = 50.76%

 GREEN value IS 45 (17.97% from 255) = 9.76%

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

R = 50.76%
G = 9.76%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA2DB6 (or 0xEA2DB6) is known color: Spicy Pink. HEX triplet: EA, 2D and B6. RGB value is (234,45,182). Sum of RGB (Red+Green+Blue) = 234+45+182=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DB6 is #15D249. Grayscale: #747474. Windows color (decimal): -1430090 or 11939306. OLE color: 11939306.

HSL color Cylindrical-coordinate representation of color #EA2DB6: hue angle of 316.51º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2DB6 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 45 182 -
CMYK 0 0.81 0.22 0.08
HSL 316.51º 0.82% 0.55% -
HSV(B) 316.51º 0.81% 0.92% -
XYZ 43.31 22.75 46.36 -
YUV 117.13 164.62 211.36 -
System Red Green Blue C M Y K H S L
Decimal 234 45 182 0 0.81 0.22 0.08 316.51 0.82 0.55
Hex EA 2D B6 0 51 16 8 13D 52 37
Octal 352 55 266 0 121 26 10 475 122 67
Binary 11101010 101101 10110110 0 1010001 10110 1000 100111101 1010010 110111

Color Harmonies of #EA2DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2DB6

Black with #EA2DB6

Text Example


Text Example

White with #EA2DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2DB6; }

 p { color: rgb(234,45,182); }

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

background-color css

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

 a { background-color: rgb(234,45,182); }

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

border-color css

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

 span { border-color: rgb(234,45,182); }

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