Html Css Color HEX #E625AD Spicy Pink

📋 copy color: '#E625AD'

red 230 ◦ green 37 ◦ blue 173

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

Shades of Spicy Pink #E625AD

Tints of Spicy Pink #E625AD

RGB

 RED value IS 230 (90.23% from 255) = 52.27%

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 52.27%
G = 8.41%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E625AD (or 0xE625AD) is known color: Spicy Pink. HEX triplet: E6, 25 and AD. RGB value is (230,37,173). Sum of RGB (Red+Green+Blue) = 230+37+173=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E625AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E625AD is #19DA52. Grayscale: #6D6D6D. Windows color (decimal): -1694291 or 11347430. OLE color: 11347430.

HSL color Cylindrical-coordinate representation of color #E625AD: hue angle of 317.72º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E625AD is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 37 173 -
CMYK 0 0.84 0.25 0.10
HSL 317.72º 0.79% 0.52% -
HSV(B) 317.72º 0.84% 0.9% -
XYZ 40.84 21.16 41.47 -
YUV 110.21 163.44 213.44 -
System Red Green Blue C M Y K H S L
Decimal 230 37 173 0 0.84 0.25 0.10 317.72 0.79 0.52
Hex E6 25 AD 0 54 19 A 13E 4F 34
Octal 346 45 255 0 124 31 12 476 117 64
Binary 11100110 100101 10101101 0 1010100 11001 1010 100111110 1001111 110100

Color Harmonies of #E625AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E625AD

Black with #E625AD

Text Example


Text Example

White with #E625AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E625AD; }

 p { color: rgb(230,37,173); }

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

background-color css

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

 a { background-color: rgb(230,37,173); }

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

border-color css

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

 span { border-color: rgb(230,37,173); }

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