Html Css Color HEX #EA6598 Pale Violet Red

📋 copy color: '#EA6598'

red 234 ◦ green 101 ◦ blue 152

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

Shades of Pale Violet Red #EA6598

Tints of Pale Violet Red #EA6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.74%

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

R = 48.05%
G = 20.74%
B = 31.21%

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

#EA6598 (or 0xEA6598) is known color: Pale Violet Red. HEX triplet: EA, 65 and 98. RGB value is (234,101,152). Sum of RGB (Red+Green+Blue) = 234+101+152=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6598 is #159A67. Grayscale: #929292. Windows color (decimal): -1415784 or 9987562. OLE color: 9987562.

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

Color convert

RGB 234 101 152 -
CMYK 0 0.57 0.35 0.08
HSL 336.99º 0.76% 0.66% -
HSV(B) 336.99º 0.57% 0.92% -
XYZ 44.25 29.07 32.98 -
YUV 146.58 131.06 190.35 -
System Red Green Blue C M Y K H S L
Decimal 234 101 152 0 0.57 0.35 0.08 336.99 0.76 0.66
Hex EA 65 98 0 39 23 8 151 4C 42
Octal 352 145 230 0 71 43 10 521 114 102
Binary 11101010 1100101 10011000 0 111001 100011 1000 101010001 1001100 1000010

Color Harmonies of #EA6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6598

Black with #EA6598

Text Example


Text Example

White with #EA6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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