Html Css Color HEX #EF669C Pale Violet Red

📋 copy color: '#EF669C'

red 239 ◦ green 102 ◦ blue 156

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

Shades of Pale Violet Red #EF669C

Tints of Pale Violet Red #EF669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.52%

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

R = 48.09%
G = 20.52%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF669C (or 0xEF669C) is known color: Pale Violet Red. HEX triplet: EF, 66 and 9C. RGB value is (239,102,156). Sum of RGB (Red+Green+Blue) = 239+102+156=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF669C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF669C is #109963. Grayscale: #959595. Windows color (decimal): -1087844 or 10249967. OLE color: 10249967.

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

Color convert

RGB 239 102 156 -
CMYK 0 0.57 0.35 0.06
HSL 336.35º 0.81% 0.67% -
HSV(B) 336.35º 0.57% 0.94% -
XYZ 46.35 30.25 34.85 -
YUV 149.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 239 102 156 0 0.57 0.35 0.06 336.35 0.81 0.67
Hex EF 66 9C 0 39 23 6 150 51 43
Octal 357 146 234 0 71 43 6 520 121 103
Binary 11101111 1100110 10011100 0 111001 100011 110 101010000 1010001 1000011

Color Harmonies of #EF669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF669C

Black with #EF669C

Text Example


Text Example

White with #EF669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF669C; }

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

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

background-color css

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

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

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

border-color css

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

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

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