Html Css Color HEX #EA6B9F Pale Violet Red

📋 copy color: '#EA6B9F'

red 234 ◦ green 107 ◦ blue 159

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

Shades of Pale Violet Red #EA6B9F

Tints of Pale Violet Red #EA6B9F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.4%

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

R = 46.8%
G = 21.4%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA6B9F (or 0xEA6B9F) is known color: Pale Violet Red. HEX triplet: EA, 6B and 9F. RGB value is (234,107,159). Sum of RGB (Red+Green+Blue) = 234+107+159=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6B9F is #159460. Grayscale: #969696. Windows color (decimal): -1414241 or 10447850. OLE color: 10447850.

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

Color convert

RGB 234 107 159 -
CMYK 0 0.54 0.32 0.08
HSL 335.43º 0.75% 0.67% -
HSV(B) 335.43º 0.54% 0.92% -
XYZ 45.45 30.51 36.29 -
YUV 150.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 234 107 159 0 0.54 0.32 0.08 335.43 0.75 0.67
Hex EA 6B 9F 0 36 20 8 14F 4B 43
Octal 352 153 237 0 66 40 10 517 113 103
Binary 11101010 1101011 10011111 0 110110 100000 1000 101001111 1001011 1000011

Color Harmonies of #EA6B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6B9F

Black with #EA6B9F

Text Example


Text Example

White with #EA6B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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