Html Css Color HEX #EA6498 Pale Violet Red

📋 copy color: '#EA6498'

red 234 ◦ green 100 ◦ blue 152

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

Shades of Pale Violet Red #EA6498

Tints of Pale Violet Red #EA6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 48.15%
G = 20.58%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA6498 (or 0xEA6498) is known color: Pale Violet Red. HEX triplet: EA, 64 and 98. RGB value is (234,100,152). Sum of RGB (Red+Green+Blue) = 234+100+152=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6498 is #159B67. Grayscale: #919191. Windows color (decimal): -1416040 or 9987306. OLE color: 9987306.

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

Color convert

RGB 234 100 152 -
CMYK 0 0.57 0.35 0.08
HSL 336.72º 0.76% 0.65% -
HSV(B) 336.72º 0.57% 0.92% -
XYZ 44.16 28.87 32.95 -
YUV 145.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 234 100 152 0 0.57 0.35 0.08 336.72 0.76 0.65
Hex EA 64 98 0 39 23 8 151 4C 41
Octal 352 144 230 0 71 43 10 521 114 101
Binary 11101010 1100100 10011000 0 111001 100011 1000 101010001 1001100 1000001

Color Harmonies of #EA6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6498

Black with #EA6498

Text Example


Text Example

White with #EA6498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6498; }

 p { color: rgb(234,100,152); }

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

background-color css

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

 a { background-color: rgb(234,100,152); }

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

border-color css

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

 span { border-color: rgb(234,100,152); }

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