Html Css Color HEX #EF699B Pale Violet Red

📋 copy color: '#EF699B'

red 239 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #EF699B

Tints of Pale Violet Red #EF699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.04%

 BLUE value IS 155 (60.94% from 255) = 31.06%

R = 47.9%
G = 21.04%
B = 31.06%

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

#EF699B (or 0xEF699B) is known color: Pale Violet Red. HEX triplet: EF, 69 and 9B. RGB value is (239,105,155). Sum of RGB (Red+Green+Blue) = 239+105+155=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF699B is #109664. Grayscale: #969696. Windows color (decimal): -1087077 or 10185199. OLE color: 10185199.

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

Color convert

RGB 239 105 155 -
CMYK 0 0.56 0.35 0.06
HSL 337.61º 0.81% 0.67% -
HSV(B) 337.61º 0.56% 0.94% -
XYZ 46.56 30.82 34.51 -
YUV 150.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 239 105 155 0 0.56 0.35 0.06 337.61 0.81 0.67
Hex EF 69 9B 0 38 23 6 152 51 43
Octal 357 151 233 0 70 43 6 522 121 103
Binary 11101111 1101001 10011011 0 111000 100011 110 101010010 1010001 1000011

Color Harmonies of #EF699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF699B

Black with #EF699B

Text Example


Text Example

White with #EF699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF699B; }

 p { color: rgb(239,105,155); }

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

background-color css

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

 a { background-color: rgb(239,105,155); }

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

border-color css

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

 span { border-color: rgb(239,105,155); }

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