Html Css Color HEX #EBA5CC Shocking

📋 copy color: '#EBA5CC'

red 235 ◦ green 165 ◦ blue 204

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

Shades of Shocking #EBA5CC

Tints of Shocking #EBA5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 38.91%
G = 27.32%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBA5CC (or 0xEBA5CC) is known color: Shocking. HEX triplet: EB, A5 and CC. RGB value is (235,165,204). Sum of RGB (Red+Green+Blue) = 235+165+204=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5CC is #145A33. Grayscale: #BEBEBE. Windows color (decimal): -1333812 or 13411819. OLE color: 13411819.

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

Color convert

RGB 235 165 204 -
CMYK 0 0.30 0.13 0.08
HSL 326.57º 0.64% 0.78% -
HSV(B) 326.57º 0.3% 0.92% -
XYZ 58.62 48.93 63.48 -
YUV 190.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 235 165 204 0 0.30 0.13 0.08 326.57 0.64 0.78
Hex EB A5 CC 0 1E D 8 147 40 4E
Octal 353 245 314 0 36 15 10 507 100 116
Binary 11101011 10100101 11001100 0 11110 1101 1000 101000111 1000000 1001110

Color Harmonies of #EBA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5CC

Black with #EBA5CC

Text Example


Text Example

White with #EBA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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