#E48CC4

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

Shades of Shocking #E48CC4

Tints of Shocking #E48CC4

Color information

#E48CC4 (or 0xE48CC4) is unknown color: approx Shocking. HEX triplet: E4, 8C and C4. RGB value is (228,140,196). Sum of RGB (Red+Green+Blue) = 228+140+196=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CC4 is #1B733B. Grayscale: #ACACAC. Windows color (decimal): -1798972 or 12881124. OLE color: 12881124.

HSL color Cylindrical-coordinate representation of color #E48CC4: hue angle of 321.82º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48CC4 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB228140196-
CMYK00.390.140.11
HSL321.82º61.97%72.16%-
HSV(B)321.82º38.6%89.41%-
XYZ51.3439.2457.09-
YUV172.7141.15167.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.43%
GREEN value IS 140 (55.08% from 255) = 24.82%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=40.43%
G=24.82%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814019600.390.140.11321.8261.9772.16
HexE48CC4027EB1423e48
Octal344214304047161350276110
Binary1110010010001100110001000100111111010111010000101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CC4; }

 p { color: rgb(228,140,196); }

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

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

 a { background-color: rgb(228,140,196); }

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

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

 span { border-color: rgb(228,140,196); }

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