Html Css Color HEX #E629AF Spicy Pink

📋 copy color: '#E629AF'

red 230 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #E629AF

Tints of Spicy Pink #E629AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.19%

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

R = 51.57%
G = 9.19%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E629AF (or 0xE629AF) is known color: Spicy Pink. HEX triplet: E6, 29 and AF. RGB value is (230,41,175). Sum of RGB (Red+Green+Blue) = 230+41+175=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E629AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E629AF is #19D650. Grayscale: #707070. Windows color (decimal): -1693265 or 11479526. OLE color: 11479526.

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

Color convert

RGB 230 41 175 -
CMYK 0 0.82 0.24 0.10
HSL 317.46º 0.79% 0.53% -
HSV(B) 317.46º 0.82% 0.9% -
XYZ 41.16 21.5 42.54 -
YUV 112.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 230 41 175 0 0.82 0.24 0.10 317.46 0.79 0.53
Hex E6 29 AF 0 52 18 A 13D 4F 35
Octal 346 51 257 0 122 30 12 475 117 65
Binary 11100110 101001 10101111 0 1010010 11000 1010 100111101 1001111 110101

Color Harmonies of #E629AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629AF

Black with #E629AF

Text Example


Text Example

White with #E629AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629AF; }

 p { color: rgb(230,41,175); }

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

background-color css

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

 a { background-color: rgb(230,41,175); }

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

border-color css

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

 span { border-color: rgb(230,41,175); }

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