Html Css Color HEX #EA739A Pale Violet Red

📋 copy color: '#EA739A'

red 234 ◦ green 115 ◦ blue 154

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

Shades of Pale Violet Red #EA739A

Tints of Pale Violet Red #EA739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.86%

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 46.52%
G = 22.86%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA739A (or 0xEA739A) is known color: Pale Violet Red. HEX triplet: EA, 73 and 9A. RGB value is (234,115,154). Sum of RGB (Red+Green+Blue) = 234+115+154=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA739A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA739A is #158C65. Grayscale: #9A9A9A. Windows color (decimal): -1412198 or 10122218. OLE color: 10122218.

HSL color Cylindrical-coordinate representation of color #EA739A: hue angle of 340.34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA739A is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 115 154 -
CMYK 0 0.51 0.34 0.08
HSL 340.34º 0.74% 0.68% -
HSV(B) 340.34º 0.51% 0.92% -
XYZ 45.9 32.09 34.35 -
YUV 155.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 234 115 154 0 0.51 0.34 0.08 340.34 0.74 0.68
Hex EA 73 9A 0 33 22 8 154 4A 44
Octal 352 163 232 0 63 42 10 524 112 104
Binary 11101010 1110011 10011010 0 110011 100010 1000 101010100 1001010 1000100

Color Harmonies of #EA739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA739A

Black with #EA739A

Text Example


Text Example

White with #EA739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA739A; }

 p { color: rgb(234,115,154); }

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

background-color css

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

 a { background-color: rgb(234,115,154); }

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

border-color css

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

 span { border-color: rgb(234,115,154); }

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