Html Css Color HEX #EB9EC8 Shocking

📋 copy color: '#EB9EC8'

red 235 ◦ green 158 ◦ blue 200

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

Shades of Shocking #EB9EC8

Tints of Shocking #EB9EC8

RGB

 RED value IS 235 (92.19% from 255) = 39.63%

 GREEN value IS 158 (62.11% from 255) = 26.64%

 BLUE value IS 200 (78.52% from 255) = 33.73%

R = 39.63%
G = 26.64%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB9EC8 (or 0xEB9EC8) is known color: Shocking. HEX triplet: EB, 9E and C8. RGB value is (235,158,200). Sum of RGB (Red+Green+Blue) = 235+158+200=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EC8 is #146137. Grayscale: #B9B9B9. Windows color (decimal): -1335608 or 13147883. OLE color: 13147883.

HSL color Cylindrical-coordinate representation of color #EB9EC8: hue angle of 327.27º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EC8 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 158 200 -
CMYK 0 0.33 0.15 0.08
HSL 327.27º 0.66% 0.77% -
HSV(B) 327.27º 0.33% 0.92% -
XYZ 56.91 46.29 60.58 -
YUV 185.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 235 158 200 0 0.33 0.15 0.08 327.27 0.66 0.77
Hex EB 9E C8 0 21 F 8 147 42 4D
Octal 353 236 310 0 41 17 10 507 102 115
Binary 11101011 10011110 11001000 0 100001 1111 1000 101000111 1000010 1001101

Color Harmonies of #EB9EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9EC8

Black with #EB9EC8

Text Example


Text Example

White with #EB9EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9EC8; }

 p { color: rgb(235,158,200); }

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

background-color css

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

 a { background-color: rgb(235,158,200); }

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

border-color css

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

 span { border-color: rgb(235,158,200); }

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