Html Css Color HEX #EF6AA0 Pale Violet Red

📋 copy color: '#EF6AA0'

red 239 ◦ green 106 ◦ blue 160

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

Shades of Pale Violet Red #EF6AA0

Tints of Pale Violet Red #EF6AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.68%

R = 47.33%
G = 20.99%
B = 31.68%

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

#EF6AA0 (or 0xEF6AA0) is known color: Pale Violet Red. HEX triplet: EF, 6A and A0. RGB value is (239,106,160). Sum of RGB (Red+Green+Blue) = 239+106+160=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6AA0 is #10955F. Grayscale: #979797. Windows color (decimal): -1086816 or 10513135. OLE color: 10513135.

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

Color convert

RGB 239 106 160 -
CMYK 0 0.56 0.33 0.06
HSL 335.64º 0.81% 0.68% -
HSV(B) 335.64º 0.56% 0.94% -
XYZ 47.1 31.2 36.8 -
YUV 151.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 239 106 160 0 0.56 0.33 0.06 335.64 0.81 0.68
Hex EF 6A A0 0 38 21 6 150 51 44
Octal 357 152 240 0 70 41 6 520 121 104
Binary 11101111 1101010 10100000 0 111000 100001 110 101010000 1010001 1000100

Color Harmonies of #EF6AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AA0

Black with #EF6AA0

Text Example


Text Example

White with #EF6AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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