Html Css Color HEX #EF6A9F Pale Violet Red

📋 copy color: '#EF6A9F'

red 239 ◦ green 106 ◦ blue 159

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

Shades of Pale Violet Red #EF6A9F

Tints of Pale Violet Red #EF6A9F

RGB

 RED value IS 239 (93.75% from 255) = 47.42%

 GREEN value IS 106 (41.8% from 255) = 21.03%

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

R = 47.42%
G = 21.03%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF6A9F (or 0xEF6A9F) is known color: Pale Violet Red. HEX triplet: EF, 6A and 9F. RGB value is (239,106,159). Sum of RGB (Red+Green+Blue) = 239+106+159=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6A9F is #109560. Grayscale: #979797. Windows color (decimal): -1086817 or 10447599. OLE color: 10447599.

HSL color Cylindrical-coordinate representation of color #EF6A9F: hue angle of 336.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6A9F is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 106 159 -
CMYK 0 0.56 0.33 0.06
HSL 336.09º 0.81% 0.68% -
HSV(B) 336.09º 0.56% 0.94% -
XYZ 47.01 31.16 36.34 -
YUV 151.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 239 106 159 0 0.56 0.33 0.06 336.09 0.81 0.68
Hex EF 6A 9F 0 38 21 6 150 51 44
Octal 357 152 237 0 70 41 6 520 121 104
Binary 11101111 1101010 10011111 0 111000 100001 110 101010000 1010001 1000100

Color Harmonies of #EF6A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A9F

Black with #EF6A9F

Text Example


Text Example

White with #EF6A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A9F; }

 p { color: rgb(239,106,159); }

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

background-color css

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

 a { background-color: rgb(239,106,159); }

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

border-color css

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

 span { border-color: rgb(239,106,159); }

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