Html Css Color HEX #EBA5C5 Shocking

📋 copy color: '#EBA5C5'

red 235 ◦ green 165 ◦ blue 197

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

Shades of Shocking #EBA5C5

Tints of Shocking #EBA5C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33%

R = 39.36%
G = 27.64%
B = 33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBA5C5 (or 0xEBA5C5) is known color: Shocking. HEX triplet: EB, A5 and C5. RGB value is (235,165,197). Sum of RGB (Red+Green+Blue) = 235+165+197=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5C5 is #145A3A. Grayscale: #BDBDBD. Windows color (decimal): -1333819 or 12953067. OLE color: 12953067.

HSL color Cylindrical-coordinate representation of color #EBA5C5: hue angle of 332.57º 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 #EBA5C5 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 197 -
CMYK 0 0.30 0.16 0.08
HSL 332.57º 0.64% 0.78% -
HSV(B) 332.57º 0.3% 0.92% -
XYZ 57.79 48.6 59.16 -
YUV 189.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 235 165 197 0 0.30 0.16 0.08 332.57 0.64 0.78
Hex EB A5 C5 0 1E 10 8 14D 40 4E
Octal 353 245 305 0 36 20 10 515 100 116
Binary 11101011 10100101 11000101 0 11110 10000 1000 101001101 1000000 1001110

Color Harmonies of #EBA5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5C5

Black with #EBA5C5

Text Example


Text Example

White with #EBA5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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