Html Css Color HEX #E19CBD Shocking

📋 copy color: '#E19CBD'

red 225 ◦ green 156 ◦ blue 189

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

Shades of Shocking #E19CBD

Tints of Shocking #E19CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.37%

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 39.47%
G = 27.37%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E19CBD (or 0xE19CBD) is known color: Shocking. HEX triplet: E1, 9C and BD. RGB value is (225,156,189). Sum of RGB (Red+Green+Blue) = 225+156+189=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CBD is #1E6342. Grayscale: #B4B4B4. Windows color (decimal): -1991491 or 12426465. OLE color: 12426465.

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

Color convert

RGB 225 156 189 -
CMYK 0 0.31 0.16 0.12
HSL 331.3º 0.53% 0.75% -
HSV(B) 331.3º 0.31% 0.88% -
XYZ 52.13 43.46 53.79 -
YUV 180.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 225 156 189 0 0.31 0.16 0.12 331.3 0.53 0.75
Hex E1 9C BD 0 1F 10 C 14B 35 4B
Octal 341 234 275 0 37 20 14 513 65 113
Binary 11100001 10011100 10111101 0 11111 10000 1100 101001011 110101 1001011

Color Harmonies of #E19CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19CBD

Black with #E19CBD

Text Example


Text Example

White with #E19CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19CBD; }

 p { color: rgb(225,156,189); }

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

background-color css

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

 a { background-color: rgb(225,156,189); }

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

border-color css

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

 span { border-color: rgb(225,156,189); }

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