Html Css Color HEX #EA639E Pale Violet Red

📋 copy color: '#EA639E'

red 234 ◦ green 99 ◦ blue 158

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

Shades of Pale Violet Red #EA639E

Tints of Pale Violet Red #EA639E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.16%

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 47.66%
G = 20.16%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA639E (or 0xEA639E) is known color: Pale Violet Red. HEX triplet: EA, 63 and 9E. RGB value is (234,99,158). Sum of RGB (Red+Green+Blue) = 234+99+158=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA639E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA639E is #159C61. Grayscale: #919191. Windows color (decimal): -1416290 or 10380266. OLE color: 10380266.

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

Color convert

RGB 234 99 158 -
CMYK 0 0.58 0.32 0.08
HSL 333.78º 0.76% 0.65% -
HSV(B) 333.78º 0.58% 0.92% -
XYZ 44.57 28.88 35.57 -
YUV 146.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 234 99 158 0 0.58 0.32 0.08 333.78 0.76 0.65
Hex EA 63 9E 0 3A 20 8 14E 4C 41
Octal 352 143 236 0 72 40 10 516 114 101
Binary 11101010 1100011 10011110 0 111010 100000 1000 101001110 1001100 1000001

Color Harmonies of #EA639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA639E

Black with #EA639E

Text Example


Text Example

White with #EA639E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA639E; }

 p { color: rgb(234,99,158); }

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

background-color css

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

 a { background-color: rgb(234,99,158); }

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

border-color css

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

 span { border-color: rgb(234,99,158); }

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