Html Css Color HEX #EB6CA0 Pale Violet Red

📋 copy color: '#EB6CA0'

red 235 ◦ green 108 ◦ blue 160

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

Shades of Pale Violet Red #EB6CA0

Tints of Pale Violet Red #EB6CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

 BLUE value IS 160 (62.89% from 255) = 31.81%

R = 46.72%
G = 21.47%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB6CA0 (or 0xEB6CA0) is known color: Pale Violet Red. HEX triplet: EB, 6C and A0. RGB value is (235,108,160). Sum of RGB (Red+Green+Blue) = 235+108+160=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6CA0 is #14935F. Grayscale: #979797. Windows color (decimal): -1348448 or 10513643. OLE color: 10513643.

HSL color Cylindrical-coordinate representation of color #EB6CA0: hue angle of 335.43º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6CA0 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 108 160 -
CMYK 0 0.54 0.32 0.08
HSL 335.43º 0.76% 0.67% -
HSV(B) 335.43º 0.54% 0.92% -
XYZ 45.97 30.93 36.8 -
YUV 151.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 235 108 160 0 0.54 0.32 0.08 335.43 0.76 0.67
Hex EB 6C A0 0 36 20 8 14F 4C 43
Octal 353 154 240 0 66 40 10 517 114 103
Binary 11101011 1101100 10100000 0 110110 100000 1000 101001111 1001100 1000011

Color Harmonies of #EB6CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6CA0

Black with #EB6CA0

Text Example


Text Example

White with #EB6CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6CA0; }

 p { color: rgb(235,108,160); }

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

background-color css

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

 a { background-color: rgb(235,108,160); }

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

border-color css

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

 span { border-color: rgb(235,108,160); }

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