Html Css Color HEX #EA25B2 Spicy Pink

📋 copy color: '#EA25B2'

red 234 ◦ green 37 ◦ blue 178

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

Shades of Spicy Pink #EA25B2

Tints of Spicy Pink #EA25B2

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.24%

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

R = 52.12%
G = 8.24%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA25B2 (or 0xEA25B2) is known color: Spicy Pink. HEX triplet: EA, 25 and B2. RGB value is (234,37,178). Sum of RGB (Red+Green+Blue) = 234+37+178=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA25B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA25B2 is #15DA4D. Grayscale: #6F6F6F. Windows color (decimal): -1432142 or 11675114. OLE color: 11675114.

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

Color convert

RGB 234 37 178 -
CMYK 0 0.84 0.24 0.08
HSL 317.06º 0.82% 0.53% -
HSV(B) 317.06º 0.84% 0.92% -
XYZ 42.63 22.03 44.12 -
YUV 111.98 165.27 215.04 -
System Red Green Blue C M Y K H S L
Decimal 234 37 178 0 0.84 0.24 0.08 317.06 0.82 0.53
Hex EA 25 B2 0 54 18 8 13D 52 35
Octal 352 45 262 0 124 30 10 475 122 65
Binary 11101010 100101 10110010 0 1010100 11000 1000 100111101 1010010 110101

Color Harmonies of #EA25B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA25B2

Black with #EA25B2

Text Example


Text Example

White with #EA25B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA25B2; }

 p { color: rgb(234,37,178); }

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

background-color css

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

 a { background-color: rgb(234,37,178); }

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

border-color css

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

 span { border-color: rgb(234,37,178); }

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