Html Css Color HEX #E18ABD Shocking

📋 copy color: '#E18ABD'

red 225 ◦ green 138 ◦ blue 189

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

Shades of Shocking #E18ABD

Tints of Shocking #E18ABD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25%

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 40.76%
G = 25%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E18ABD (or 0xE18ABD) is known color: Shocking. HEX triplet: E1, 8A and BD. RGB value is (225,138,189). Sum of RGB (Red+Green+Blue) = 225+138+189=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ABD is #1E7542. Grayscale: #A9A9A9. Windows color (decimal): -1996099 or 12421857. OLE color: 12421857.

HSL color Cylindrical-coordinate representation of color #E18ABD: hue angle of 324.83º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18ABD is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 189 -
CMYK 0 0.39 0.16 0.12
HSL 324.83º 0.59% 0.71% -
HSV(B) 324.83º 0.39% 0.88% -
XYZ 49.33 37.86 52.85 -
YUV 169.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 225 138 189 0 0.39 0.16 0.12 324.83 0.59 0.71
Hex E1 8A BD 0 27 10 C 145 3B 47
Octal 341 212 275 0 47 20 14 505 73 107
Binary 11100001 10001010 10111101 0 100111 10000 1100 101000101 111011 1000111

Color Harmonies of #E18ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18ABD

Black with #E18ABD

Text Example


Text Example

White with #E18ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18ABD; }

 p { color: rgb(225,138,189); }

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

background-color css

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

 a { background-color: rgb(225,138,189); }

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

border-color css

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

 span { border-color: rgb(225,138,189); }

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