Html Css Color HEX #EF689A Pale Violet Red

📋 copy color: '#EF689A'

red 239 ◦ green 104 ◦ blue 154

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

Shades of Pale Violet Red #EF689A

Tints of Pale Violet Red #EF689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.93%

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 48.09%
G = 20.93%
B = 30.99%

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

#EF689A (or 0xEF689A) is known color: Pale Violet Red. HEX triplet: EF, 68 and 9A. RGB value is (239,104,154). Sum of RGB (Red+Green+Blue) = 239+104+154=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF689A is #109765. Grayscale: #969696. Windows color (decimal): -1087334 or 10119407. OLE color: 10119407.

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

Color convert

RGB 239 104 154 -
CMYK 0 0.56 0.36 0.06
HSL 337.78º 0.81% 0.67% -
HSV(B) 337.78º 0.56% 0.94% -
XYZ 46.38 30.58 34.03 -
YUV 150.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 239 104 154 0 0.56 0.36 0.06 337.78 0.81 0.67
Hex EF 68 9A 0 38 24 6 152 51 43
Octal 357 150 232 0 70 44 6 522 121 103
Binary 11101111 1101000 10011010 0 111000 100100 110 101010010 1010001 1000011

Color Harmonies of #EF689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF689A

Black with #EF689A

Text Example


Text Example

White with #EF689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF689A; }

 p { color: rgb(239,104,154); }

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

background-color css

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

 a { background-color: rgb(239,104,154); }

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

border-color css

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

 span { border-color: rgb(239,104,154); }

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