Html Css Color HEX #EA68A0 Pale Violet Red

📋 copy color: '#EA68A0'

red 234 ◦ green 104 ◦ blue 160

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

Shades of Pale Violet Red #EA68A0

Tints of Pale Violet Red #EA68A0

RGB

 RED value IS 234 (91.8% from 255) = 46.99%

 GREEN value IS 104 (41.02% from 255) = 20.88%

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

R = 46.99%
G = 20.88%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA68A0 (or 0xEA68A0) is known color: Pale Violet Red. HEX triplet: EA, 68 and A0. RGB value is (234,104,160). Sum of RGB (Red+Green+Blue) = 234+104+160=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA68A0 is #15975F. Grayscale: #959595. Windows color (decimal): -1415008 or 10512618. OLE color: 10512618.

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

Color convert

RGB 234 104 160 -
CMYK 0 0.56 0.32 0.08
HSL 334.15º 0.76% 0.66% -
HSV(B) 334.15º 0.56% 0.92% -
XYZ 45.23 29.93 36.65 -
YUV 149.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 234 104 160 0 0.56 0.32 0.08 334.15 0.76 0.66
Hex EA 68 A0 0 38 20 8 14E 4C 42
Octal 352 150 240 0 70 40 10 516 114 102
Binary 11101010 1101000 10100000 0 111000 100000 1000 101001110 1001100 1000010

Color Harmonies of #EA68A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA68A0

Black with #EA68A0

Text Example


Text Example

White with #EA68A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA68A0; }

 p { color: rgb(234,104,160); }

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

background-color css

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

 a { background-color: rgb(234,104,160); }

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

border-color css

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

 span { border-color: rgb(234,104,160); }

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