Html Css Color HEX #E127AF Spicy Pink

📋 copy color: '#E127AF'

red 225 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #E127AF

Tints of Spicy Pink #E127AF

RGB

 RED value IS 225 (88.28% from 255) = 51.25%

 GREEN value IS 39 (15.63% from 255) = 8.88%

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

R = 51.25%
G = 8.88%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E127AF (or 0xE127AF) is known color: Spicy Pink. HEX triplet: E1, 27 and AF. RGB value is (225,39,175). Sum of RGB (Red+Green+Blue) = 225+39+175=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E127AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127AF is #1ED850. Grayscale: #6D6D6D. Windows color (decimal): -2021457 or 11479009. OLE color: 11479009.

HSL color Cylindrical-coordinate representation of color #E127AF: hue angle of 316.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E127AF is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 39 175 -
CMYK 0 0.83 0.22 0.12
HSL 316.13º 0.76% 0.52% -
HSV(B) 316.13º 0.83% 0.88% -
XYZ 39.51 20.55 42.44 -
YUV 110.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 225 39 175 0 0.83 0.22 0.12 316.13 0.76 0.52
Hex E1 27 AF 0 53 16 C 13C 4C 34
Octal 341 47 257 0 123 26 14 474 114 64
Binary 11100001 100111 10101111 0 1010011 10110 1100 100111100 1001100 110100

Color Harmonies of #E127AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127AF

Black with #E127AF

Text Example


Text Example

White with #E127AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127AF; }

 p { color: rgb(225,39,175); }

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

background-color css

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

 a { background-color: rgb(225,39,175); }

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

border-color css

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

 span { border-color: rgb(225,39,175); }

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