Html Css Color HEX #E19BC4 Shocking

📋 copy color: '#E19BC4'

red 225 ◦ green 155 ◦ blue 196

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

Shades of Shocking #E19BC4

Tints of Shocking #E19BC4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.91%

 BLUE value IS 196 (76.95% from 255) = 34.03%

R = 39.06%
G = 26.91%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E19BC4 (or 0xE19BC4) is known color: Shocking. HEX triplet: E1, 9B and C4. RGB value is (225,155,196). Sum of RGB (Red+Green+Blue) = 225+155+196=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BC4 is #1E643B. Grayscale: #B4B4B4. Windows color (decimal): -1991740 or 12884961. OLE color: 12884961.

HSL color Cylindrical-coordinate representation of color #E19BC4: hue angle of 324.86º degrees, saturation: 0.54, 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 #E19BC4 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 155 196 -
CMYK 0 0.31 0.13 0.12
HSL 324.86º 0.54% 0.75% -
HSV(B) 324.86º 0.31% 0.88% -
XYZ 52.74 43.44 57.83 -
YUV 180.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 225 155 196 0 0.31 0.13 0.12 324.86 0.54 0.75
Hex E1 9B C4 0 1F D C 145 36 4B
Octal 341 233 304 0 37 15 14 505 66 113
Binary 11100001 10011011 11000100 0 11111 1101 1100 101000101 110110 1001011

Color Harmonies of #E19BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19BC4

Black with #E19BC4

Text Example


Text Example

White with #E19BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19BC4; }

 p { color: rgb(225,155,196); }

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

background-color css

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

 a { background-color: rgb(225,155,196); }

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

border-color css

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

 span { border-color: rgb(225,155,196); }

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