Html Css Color HEX #EB66A0 Pale Violet Red

📋 copy color: '#EB66A0'

red 235 ◦ green 102 ◦ blue 160

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

Shades of Pale Violet Red #EB66A0

Tints of Pale Violet Red #EB66A0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.52%

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

R = 47.28%
G = 20.52%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB66A0 (or 0xEB66A0) is known color: Pale Violet Red. HEX triplet: EB, 66 and A0. RGB value is (235,102,160). Sum of RGB (Red+Green+Blue) = 235+102+160=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB66A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB66A0 is #14995F. Grayscale: #949494. Windows color (decimal): -1349984 or 10512107. OLE color: 10512107.

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

Color convert

RGB 235 102 160 -
CMYK 0 0.57 0.32 0.08
HSL 333.83º 0.77% 0.66% -
HSV(B) 333.83º 0.57% 0.92% -
XYZ 45.36 29.7 36.6 -
YUV 148.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 235 102 160 0 0.57 0.32 0.08 333.83 0.77 0.66
Hex EB 66 A0 0 39 20 8 14E 4D 42
Octal 353 146 240 0 71 40 10 516 115 102
Binary 11101011 1100110 10100000 0 111001 100000 1000 101001110 1001101 1000010

Color Harmonies of #EB66A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB66A0

Black with #EB66A0

Text Example


Text Example

White with #EB66A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB66A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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