Html Css Color HEX #EB6CA2 Pale Violet Red

📋 copy color: '#EB6CA2'

red 235 ◦ green 108 ◦ blue 162

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

Shades of Pale Violet Red #EB6CA2

Tints of Pale Violet Red #EB6CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 46.53%
G = 21.39%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB6CA2 (or 0xEB6CA2) is known color: Pale Violet Red. HEX triplet: EB, 6C and A2. RGB value is (235,108,162). Sum of RGB (Red+Green+Blue) = 235+108+162=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6CA2 is #14935D. Grayscale: #989898. Windows color (decimal): -1348446 or 10644715. OLE color: 10644715.

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

Color convert

RGB 235 108 162 -
CMYK 0 0.54 0.31 0.08
HSL 334.49º 0.76% 0.67% -
HSV(B) 334.49º 0.54% 0.92% -
XYZ 46.15 31 37.73 -
YUV 152.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 235 108 162 0 0.54 0.31 0.08 334.49 0.76 0.67
Hex EB 6C A2 0 36 1F 8 14E 4C 43
Octal 353 154 242 0 66 37 10 516 114 103
Binary 11101011 1101100 10100010 0 110110 11111 1000 101001110 1001100 1000011

Color Harmonies of #EB6CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6CA2

Black with #EB6CA2

Text Example


Text Example

White with #EB6CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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