Html Css Color HEX #E195BD Shocking

📋 copy color: '#E195BD'

red 225 ◦ green 149 ◦ blue 189

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

Shades of Shocking #E195BD

Tints of Shocking #E195BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.47%

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

R = 39.96%
G = 26.47%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E195BD (or 0xE195BD) is known color: Shocking. HEX triplet: E1, 95 and BD. RGB value is (225,149,189). Sum of RGB (Red+Green+Blue) = 225+149+189=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E195BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195BD is #1E6A42. Grayscale: #B0B0B0. Windows color (decimal): -1993283 or 12424673. OLE color: 12424673.

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

Color convert

RGB 225 149 189 -
CMYK 0 0.34 0.16 0.12
HSL 328.42º 0.56% 0.73% -
HSV(B) 328.42º 0.34% 0.88% -
XYZ 50.98 41.18 53.4 -
YUV 176.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 225 149 189 0 0.34 0.16 0.12 328.42 0.56 0.73
Hex E1 95 BD 0 22 10 C 148 38 49
Octal 341 225 275 0 42 20 14 510 70 111
Binary 11100001 10010101 10111101 0 100010 10000 1100 101001000 111000 1001001

Color Harmonies of #E195BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E195BD

Black with #E195BD

Text Example


Text Example

White with #E195BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E195BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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