Html Css Color HEX #EF699A Pale Violet Red

📋 copy color: '#EF699A'

red 239 ◦ green 105 ◦ blue 154

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

Shades of Pale Violet Red #EF699A

Tints of Pale Violet Red #EF699A

RGB

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

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

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

R = 47.99%
G = 21.08%
B = 30.92%

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

#EF699A (or 0xEF699A) is known color: Pale Violet Red. HEX triplet: EF, 69 and 9A. RGB value is (239,105,154). Sum of RGB (Red+Green+Blue) = 239+105+154=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF699A is #109665. Grayscale: #969696. Windows color (decimal): -1087078 or 10119663. OLE color: 10119663.

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

Color convert

RGB 239 105 154 -
CMYK 0 0.56 0.36 0.06
HSL 338.06º 0.81% 0.67% -
HSV(B) 338.06º 0.56% 0.94% -
XYZ 46.48 30.79 34.06 -
YUV 150.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 239 105 154 0 0.56 0.36 0.06 338.06 0.81 0.67
Hex EF 69 9A 0 38 24 6 152 51 43
Octal 357 151 232 0 70 44 6 522 121 103
Binary 11101111 1101001 10011010 0 111000 100100 110 101010010 1010001 1000011

Color Harmonies of #EF699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF699A

Black with #EF699A

Text Example


Text Example

White with #EF699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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