Html Css Color HEX #EBA5C8 Shocking

📋 copy color: '#EBA5C8'

red 235 ◦ green 165 ◦ blue 200

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

Shades of Shocking #EBA5C8

Tints of Shocking #EBA5C8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.5%

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

R = 39.17%
G = 27.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBA5C8 (or 0xEBA5C8) is known color: Shocking. HEX triplet: EB, A5 and C8. RGB value is (235,165,200). Sum of RGB (Red+Green+Blue) = 235+165+200=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5C8 is #145A37. Grayscale: #BDBDBD. Windows color (decimal): -1333816 or 13149675. OLE color: 13149675.

HSL color Cylindrical-coordinate representation of color #EBA5C8: hue angle of 330º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5C8 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 200 -
CMYK 0 0.30 0.15 0.08
HSL 330º 0.64% 0.78% -
HSV(B) 330º 0.3% 0.92% -
XYZ 58.14 48.74 60.99 -
YUV 189.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 235 165 200 0 0.30 0.15 0.08 330 0.64 0.78
Hex EB A5 C8 0 1E F 8 14A 40 4E
Octal 353 245 310 0 36 17 10 512 100 116
Binary 11101011 10100101 11001000 0 11110 1111 1000 101001010 1000000 1001110

Color Harmonies of #EBA5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5C8

Black with #EBA5C8

Text Example


Text Example

White with #EBA5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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