Html Css Color HEX #E6A4C5 Shocking

📋 copy color: '#E6A4C5'

red 230 ◦ green 164 ◦ blue 197

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

Shades of Shocking #E6A4C5

Tints of Shocking #E6A4C5

RGB

 RED value IS 230 (90.23% from 255) = 38.92%

 GREEN value IS 164 (64.45% from 255) = 27.75%

 BLUE value IS 197 (77.34% from 255) = 33.33%

R = 38.92%
G = 27.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E6A4C5 (or 0xE6A4C5) is known color: Shocking. HEX triplet: E6, A4 and C5. RGB value is (230,164,197). Sum of RGB (Red+Green+Blue) = 230+164+197=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A4C5 is #195B3A. Grayscale: #BBBBBB. Windows color (decimal): -1661755 or 12952806. OLE color: 12952806.

HSL color Cylindrical-coordinate representation of color #E6A4C5: hue angle of 330º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A4C5 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 164 197 -
CMYK 0 0.29 0.14 0.10
HSL 330º 0.57% 0.77% -
HSV(B) 330º 0.29% 0.9% -
XYZ 55.99 47.41 59.02 -
YUV 187.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 230 164 197 0 0.29 0.14 0.10 330 0.57 0.77
Hex E6 A4 C5 0 1D E A 14A 39 4D
Octal 346 244 305 0 35 16 12 512 71 115
Binary 11100110 10100100 11000101 0 11101 1110 1010 101001010 111001 1001101

Color Harmonies of #E6A4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A4C5

Black with #E6A4C5

Text Example


Text Example

White with #E6A4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A4C5; }

 p { color: rgb(230,164,197); }

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

background-color css

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

 a { background-color: rgb(230,164,197); }

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

border-color css

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

 span { border-color: rgb(230,164,197); }

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