Html Css Color HEX #EF689C Pale Violet Red

📋 copy color: '#EF689C'

red 239 ◦ green 104 ◦ blue 156

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

Shades of Pale Violet Red #EF689C

Tints of Pale Violet Red #EF689C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 47.9%
G = 20.84%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF689C (or 0xEF689C) is known color: Pale Violet Red. HEX triplet: EF, 68 and 9C. RGB value is (239,104,156). Sum of RGB (Red+Green+Blue) = 239+104+156=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF689C is #109763. Grayscale: #969696. Windows color (decimal): -1087332 or 10250479. OLE color: 10250479.

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

Color convert

RGB 239 104 156 -
CMYK 0 0.56 0.35 0.06
HSL 336.89º 0.81% 0.67% -
HSV(B) 336.89º 0.56% 0.94% -
XYZ 46.55 30.65 34.92 -
YUV 150.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 239 104 156 0 0.56 0.35 0.06 336.89 0.81 0.67
Hex EF 68 9C 0 38 23 6 151 51 43
Octal 357 150 234 0 70 43 6 521 121 103
Binary 11101111 1101000 10011100 0 111000 100011 110 101010001 1010001 1000011

Color Harmonies of #EF689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF689C

Black with #EF689C

Text Example


Text Example

White with #EF689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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