Html Css Color HEX #EBA5C1 Shocking

📋 copy color: '#EBA5C1'

red 235 ◦ green 165 ◦ blue 193

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

Shades of Shocking #EBA5C1

Tints of Shocking #EBA5C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.55%

R = 39.63%
G = 27.82%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBA5C1 (or 0xEBA5C1) is known color: Shocking. HEX triplet: EB, A5 and C1. RGB value is (235,165,193). Sum of RGB (Red+Green+Blue) = 235+165+193=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5C1 is #145A3E. Grayscale: #BDBDBD. Windows color (decimal): -1333823 or 12690923. OLE color: 12690923.

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

Color convert

RGB 235 165 193 -
CMYK 0 0.30 0.18 0.08
HSL 336º 0.64% 0.78% -
HSV(B) 336º 0.3% 0.92% -
XYZ 57.34 48.42 56.78 -
YUV 189.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 235 165 193 0 0.30 0.18 0.08 336 0.64 0.78
Hex EB A5 C1 0 1E 12 8 150 40 4E
Octal 353 245 301 0 36 22 10 520 100 116
Binary 11101011 10100101 11000001 0 11110 10010 1000 101010000 1000000 1001110

Color Harmonies of #EBA5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5C1

Black with #EBA5C1

Text Example


Text Example

White with #EBA5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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