Html Css Color HEX #EA2DB7 Spicy Pink

📋 copy color: '#EA2DB7'

red 234 ◦ green 45 ◦ blue 183

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

Shades of Spicy Pink #EA2DB7

Tints of Spicy Pink #EA2DB7

RGB

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

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

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

R = 50.65%
G = 9.74%
B = 39.61%

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

#EA2DB7 (or 0xEA2DB7) is known color: Spicy Pink. HEX triplet: EA, 2D and B7. RGB value is (234,45,183). Sum of RGB (Red+Green+Blue) = 234+45+183=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DB7 is #15D248. Grayscale: #747474. Windows color (decimal): -1430089 or 12004842. OLE color: 12004842.

HSL color Cylindrical-coordinate representation of color #EA2DB7: hue angle of 316.19º 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 #EA2DB7 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 45 183 -
CMYK 0 0.81 0.22 0.08
HSL 316.19º 0.82% 0.55% -
HSV(B) 316.19º 0.81% 0.92% -
XYZ 43.42 22.79 46.91 -
YUV 117.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 234 45 183 0 0.81 0.22 0.08 316.19 0.82 0.55
Hex EA 2D B7 0 51 16 8 13C 52 37
Octal 352 55 267 0 121 26 10 474 122 67
Binary 11101010 101101 10110111 0 1010001 10110 1000 100111100 1010010 110111

Color Harmonies of #EA2DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2DB7

Black with #EA2DB7

Text Example


Text Example

White with #EA2DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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