Html Css Color HEX #E027BA Spicy Pink

📋 copy color: '#E027BA'

red 224 ◦ green 39 ◦ blue 186

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

Shades of Spicy Pink #E027BA

Tints of Spicy Pink #E027BA

RGB

 RED value IS 224 (87.89% from 255) = 49.89%

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 49.89%
G = 8.69%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E027BA (or 0xE027BA) is known color: Spicy Pink. HEX triplet: E0, 27 and BA. RGB value is (224,39,186). Sum of RGB (Red+Green+Blue) = 224+39+186=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E027BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027BA is #1FD845. Grayscale: #6E6E6E. Windows color (decimal): -2086982 or 12199904. OLE color: 12199904.

HSL color Cylindrical-coordinate representation of color #E027BA: hue angle of 312.32º degrees, saturation: 0.75, 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 #E027BA is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 39 186 -
CMYK 0 0.83 0.17 0.12
HSL 312.32º 0.75% 0.52% -
HSV(B) 312.32º 0.83% 0.88% -
XYZ 40.33 20.84 48.35 -
YUV 111.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 224 39 186 0 0.83 0.17 0.12 312.32 0.75 0.52
Hex E0 27 BA 0 53 11 C 138 4B 34
Octal 340 47 272 0 123 21 14 470 113 64
Binary 11100000 100111 10111010 0 1010011 10001 1100 100111000 1001011 110100

Color Harmonies of #E027BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027BA

Black with #E027BA

Text Example


Text Example

White with #E027BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027BA; }

 p { color: rgb(224,39,186); }

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

background-color css

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

 a { background-color: rgb(224,39,186); }

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

border-color css

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

 span { border-color: rgb(224,39,186); }

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