Html Css Color HEX #E195B6 Shocking

📋 copy color: '#E195B6'

red 225 ◦ green 149 ◦ blue 182

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

Shades of Shocking #E195B6

Tints of Shocking #E195B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 40.47%
G = 26.8%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E195B6 (or 0xE195B6) is known color: Shocking. HEX triplet: E1, 95 and B6. RGB value is (225,149,182). Sum of RGB (Red+Green+Blue) = 225+149+182=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E195B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195B6 is #1E6A49. Grayscale: #AFAFAF. Windows color (decimal): -1993290 or 11965921. OLE color: 11965921.

HSL color Cylindrical-coordinate representation of color #E195B6: hue angle of 333.95º 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 #E195B6 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 149 182 -
CMYK 0 0.34 0.19 0.12
HSL 333.95º 0.56% 0.73% -
HSV(B) 333.95º 0.34% 0.88% -
XYZ 50.24 40.88 49.5 -
YUV 175.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 225 149 182 0 0.34 0.19 0.12 333.95 0.56 0.73
Hex E1 95 B6 0 22 13 C 14E 38 49
Octal 341 225 266 0 42 23 14 516 70 111
Binary 11100001 10010101 10110110 0 100010 10011 1100 101001110 111000 1001001

Color Harmonies of #E195B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E195B6

Black with #E195B6

Text Example


Text Example

White with #E195B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E195B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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