Html Css Color HEX #EA6396 Pale Violet Red

📋 copy color: '#EA6396'

red 234 ◦ green 99 ◦ blue 150

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

Shades of Pale Violet Red #EA6396

Tints of Pale Violet Red #EA6396

RGB

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

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

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

R = 48.45%
G = 20.5%
B = 31.06%

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

#EA6396 (or 0xEA6396) is known color: Pale Violet Red. HEX triplet: EA, 63 and 96. RGB value is (234,99,150). Sum of RGB (Red+Green+Blue) = 234+99+150=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6396 is #159C69. Grayscale: #919191. Windows color (decimal): -1416298 or 9855978. OLE color: 9855978.

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

Color convert

RGB 234 99 150 -
CMYK 0 0.58 0.36 0.08
HSL 337.33º 0.76% 0.65% -
HSV(B) 337.33º 0.58% 0.92% -
XYZ 43.9 28.62 32.06 -
YUV 145.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 234 99 150 0 0.58 0.36 0.08 337.33 0.76 0.65
Hex EA 63 96 0 3A 24 8 151 4C 41
Octal 352 143 226 0 72 44 10 521 114 101
Binary 11101010 1100011 10010110 0 111010 100100 1000 101010001 1001100 1000001

Color Harmonies of #EA6396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6396

Black with #EA6396

Text Example


Text Example

White with #EA6396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6396; }

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

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

background-color css

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

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

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

border-color css

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

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

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