Html Css Color HEX #EA6F9F Pale Violet Red

📋 copy color: '#EA6F9F'

red 234 ◦ green 111 ◦ blue 159

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

Shades of Pale Violet Red #EA6F9F

Tints of Pale Violet Red #EA6F9F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 46.43%
G = 22.02%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA6F9F (or 0xEA6F9F) is known color: Pale Violet Red. HEX triplet: EA, 6F and 9F. RGB value is (234,111,159). Sum of RGB (Red+Green+Blue) = 234+111+159=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6F9F is #159060. Grayscale: #999999. Windows color (decimal): -1413217 or 10448874. OLE color: 10448874.

HSL color Cylindrical-coordinate representation of color #EA6F9F: hue angle of 336.59º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6F9F is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 111 159 -
CMYK 0 0.53 0.32 0.08
HSL 336.59º 0.75% 0.68% -
HSV(B) 336.59º 0.53% 0.92% -
XYZ 45.87 31.36 36.44 -
YUV 153.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 234 111 159 0 0.53 0.32 0.08 336.59 0.75 0.68
Hex EA 6F 9F 0 35 20 8 151 4B 44
Octal 352 157 237 0 65 40 10 521 113 104
Binary 11101010 1101111 10011111 0 110101 100000 1000 101010001 1001011 1000100

Color Harmonies of #EA6F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6F9F

Black with #EA6F9F

Text Example


Text Example

White with #EA6F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6F9F; }

 p { color: rgb(234,111,159); }

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

background-color css

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

 a { background-color: rgb(234,111,159); }

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

border-color css

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

 span { border-color: rgb(234,111,159); }

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