Html Css Color HEX #E19FBA Shocking

📋 copy color: '#E19FBA'

red 225 ◦ green 159 ◦ blue 186

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

Shades of Shocking #E19FBA

Tints of Shocking #E19FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.89%

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

R = 39.47%
G = 27.89%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E19FBA (or 0xE19FBA) is known color: Shocking. HEX triplet: E1, 9F and BA. RGB value is (225,159,186). Sum of RGB (Red+Green+Blue) = 225+159+186=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FBA is #1E6045. Grayscale: #B5B5B5. Windows color (decimal): -1990726 or 12230625. OLE color: 12230625.

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

Color convert

RGB 225 159 186 -
CMYK 0 0.29 0.17 0.12
HSL 335.45º 0.52% 0.75% -
HSV(B) 335.45º 0.29% 0.88% -
XYZ 52.31 44.35 52.26 -
YUV 181.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 225 159 186 0 0.29 0.17 0.12 335.45 0.52 0.75
Hex E1 9F BA 0 1D 11 C 14F 34 4B
Octal 341 237 272 0 35 21 14 517 64 113
Binary 11100001 10011111 10111010 0 11101 10001 1100 101001111 110100 1001011

Color Harmonies of #E19FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19FBA

Black with #E19FBA

Text Example


Text Example

White with #E19FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19FBA; }

 p { color: rgb(225,159,186); }

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

background-color css

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

 a { background-color: rgb(225,159,186); }

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

border-color css

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

 span { border-color: rgb(225,159,186); }

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