Html Css Color HEX #EA6296 Pale Violet Red

📋 copy color: '#EA6296'

red 234 ◦ green 98 ◦ blue 150

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

Shades of Pale Violet Red #EA6296

Tints of Pale Violet Red #EA6296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 48.55%
G = 20.33%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA6296 (or 0xEA6296) is known color: Pale Violet Red. HEX triplet: EA, 62 and 96. RGB value is (234,98,150). Sum of RGB (Red+Green+Blue) = 234+98+150=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6296 is #159D69. Grayscale: #909090. Windows color (decimal): -1416554 or 9855722. OLE color: 9855722.

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

Color convert

RGB 234 98 150 -
CMYK 0 0.58 0.36 0.08
HSL 337.06º 0.76% 0.65% -
HSV(B) 337.06º 0.58% 0.92% -
XYZ 43.8 28.43 32.03 -
YUV 144.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 234 98 150 0 0.58 0.36 0.08 337.06 0.76 0.65
Hex EA 62 96 0 3A 24 8 151 4C 41
Octal 352 142 226 0 72 44 10 521 114 101
Binary 11101010 1100010 10010110 0 111010 100100 1000 101010001 1001100 1000001

Color Harmonies of #EA6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6296

Black with #EA6296

Text Example


Text Example

White with #EA6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6296; }

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

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

background-color css

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

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

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

border-color css

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

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

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