#E29BCD

Color #E29BCD Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E29BCD

Tints of Shocking #E29BCD

Color information

#E29BCD (or 0xE29BCD) is unknown color: approx Shocking. HEX triplet: E2, 9B and CD. RGB value is (226,155,205). Sum of RGB (Red+Green+Blue) = 226+155+205=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BCD is #1D6432. Grayscale: #B5B5B5. Windows color (decimal): -1926195 or 13474786. OLE color: 13474786.

HSL color Cylindrical-coordinate representation of color #E29BCD: hue angle of 317.75º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29BCD is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226155205-
CMYK00.310.090.11
HSL317.75º55.04%74.71%-
HSV(B)317.75º31.42%88.63%-
XYZ54.144.0263.4-
YUV181.93141.02159.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 155 (60.94% from 255) = 26.45%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=38.57%
G=26.45%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615520500.310.090.11317.7555.0474.71
HexE29BCD01F9B13e374b
Octal342233315037111347667113
Binary111000101001101111001101011111100110111001111101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29BCD; }

 p { color: rgb(226,155,205); }

 H1.HeaderClassName
 {
   color: #E29BCD;
 }
 .AnyTagClassName
 {
   color: #E29BCD;
 }
</style>
background-color css

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

 a { background-color: rgb(226,155,205); }

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

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

 span { border-color: rgb(226,155,205); }

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