Html Css Color HEX #E48DBB Shocking

📋 copy color: '#E48DBB'

red 228 ◦ green 141 ◦ blue 187

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

Shades of Shocking #E48DBB

Tints of Shocking #E48DBB

RGB

 RED value IS 228 (89.45% from 255) = 41.01%

 GREEN value IS 141 (55.47% from 255) = 25.36%

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 41.01%
G = 25.36%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E48DBB (or 0xE48DBB) is known color: Shocking. HEX triplet: E4, 8D and BB. RGB value is (228,141,187). Sum of RGB (Red+Green+Blue) = 228+141+187=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DBB is #1B7244. Grayscale: #ACACAC. Windows color (decimal): -1798725 or 12291556. OLE color: 12291556.

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

Color convert

RGB 228 141 187 -
CMYK 0 0.38 0.18 0.11
HSL 328.28º 0.62% 0.72% -
HSV(B) 328.28º 0.38% 0.89% -
XYZ 50.49 39.13 51.91 -
YUV 172.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 228 141 187 0 0.38 0.18 0.11 328.28 0.62 0.72
Hex E4 8D BB 0 26 12 B 148 3E 48
Octal 344 215 273 0 46 22 13 510 76 110
Binary 11100100 10001101 10111011 0 100110 10010 1011 101001000 111110 1001000

Color Harmonies of #E48DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48DBB

Black with #E48DBB

Text Example


Text Example

White with #E48DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48DBB; }

 p { color: rgb(228,141,187); }

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

background-color css

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

 a { background-color: rgb(228,141,187); }

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

border-color css

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

 span { border-color: rgb(228,141,187); }

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