Html Css Color HEX #EA28AF Spicy Pink

📋 copy color: '#EA28AF'

red 234 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #EA28AF

Tints of Spicy Pink #EA28AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.91%

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 52.12%
G = 8.91%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA28AF (or 0xEA28AF) is known color: Spicy Pink. HEX triplet: EA, 28 and AF. RGB value is (234,40,175). Sum of RGB (Red+Green+Blue) = 234+40+175=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA28AF is #15D750. Grayscale: #717171. Windows color (decimal): -1431377 or 11479274. OLE color: 11479274.

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

Color convert

RGB 234 40 175 -
CMYK 0 0.83 0.25 0.08
HSL 318.25º 0.82% 0.54% -
HSV(B) 318.25º 0.83% 0.92% -
XYZ 42.43 22.11 42.59 -
YUV 113.4 162.77 214.02 -
System Red Green Blue C M Y K H S L
Decimal 234 40 175 0 0.83 0.25 0.08 318.25 0.82 0.54
Hex EA 28 AF 0 53 19 8 13E 52 36
Octal 352 50 257 0 123 31 10 476 122 66
Binary 11101010 101000 10101111 0 1010011 11001 1000 100111110 1010010 110110

Color Harmonies of #EA28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA28AF

Black with #EA28AF

Text Example


Text Example

White with #EA28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA28AF; }

 p { color: rgb(234,40,175); }

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

background-color css

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

 a { background-color: rgb(234,40,175); }

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

border-color css

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

 span { border-color: rgb(234,40,175); }

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