Html Css Color HEX #EA6299 Pale Violet Red

📋 copy color: '#EA6299'

red 234 ◦ green 98 ◦ blue 153

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

Shades of Pale Violet Red #EA6299

Tints of Pale Violet Red #EA6299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.21%

 BLUE value IS 153 (60.16% from 255) = 31.55%

R = 48.25%
G = 20.21%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA6299 (or 0xEA6299) is known color: Pale Violet Red. HEX triplet: EA, 62 and 99. RGB value is (234,98,153). Sum of RGB (Red+Green+Blue) = 234+98+153=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6299 is #159D66. Grayscale: #909090. Windows color (decimal): -1416551 or 10052330. OLE color: 10052330.

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

Color convert

RGB 234 98 153 -
CMYK 0 0.58 0.35 0.08
HSL 335.74º 0.76% 0.65% -
HSV(B) 335.74º 0.58% 0.92% -
XYZ 44.05 28.53 33.32 -
YUV 144.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 234 98 153 0 0.58 0.35 0.08 335.74 0.76 0.65
Hex EA 62 99 0 3A 23 8 150 4C 41
Octal 352 142 231 0 72 43 10 520 114 101
Binary 11101010 1100010 10011001 0 111010 100011 1000 101010000 1001100 1000001

Color Harmonies of #EA6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6299

Black with #EA6299

Text Example


Text Example

White with #EA6299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6299; }

 p { color: rgb(234,98,153); }

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

background-color css

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

 a { background-color: rgb(234,98,153); }

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

border-color css

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

 span { border-color: rgb(234,98,153); }

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