Html Css Color HEX #EF6A99 Pale Violet Red

📋 copy color: '#EF6A99'

red 239 ◦ green 106 ◦ blue 153

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

Shades of Pale Violet Red #EF6A99

Tints of Pale Violet Red #EF6A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.72%

R = 47.99%
G = 21.29%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF6A99 (or 0xEF6A99) is known color: Pale Violet Red. HEX triplet: EF, 6A and 99. RGB value is (239,106,153). Sum of RGB (Red+Green+Blue) = 239+106+153=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6A99 is #109566. Grayscale: #979797. Windows color (decimal): -1086823 or 10054383. OLE color: 10054383.

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

Color convert

RGB 239 106 153 -
CMYK 0 0.56 0.36 0.06
HSL 338.8º 0.81% 0.68% -
HSV(B) 338.8º 0.56% 0.94% -
XYZ 46.5 30.96 33.66 -
YUV 151.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 239 106 153 0 0.56 0.36 0.06 338.8 0.81 0.68
Hex EF 6A 99 0 38 24 6 153 51 44
Octal 357 152 231 0 70 44 6 523 121 104
Binary 11101111 1101010 10011001 0 111000 100100 110 101010011 1010001 1000100

Color Harmonies of #EF6A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A99

Black with #EF6A99

Text Example


Text Example

White with #EF6A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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