Html Css Color HEX #EF669B Pale Violet Red

📋 copy color: '#EF669B'

red 239 ◦ green 102 ◦ blue 155

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

Shades of Pale Violet Red #EF669B

Tints of Pale Violet Red #EF669B

RGB

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

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

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

R = 48.19%
G = 20.56%
B = 31.25%

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

#EF669B (or 0xEF669B) is known color: Pale Violet Red. HEX triplet: EF, 66 and 9B. RGB value is (239,102,155). Sum of RGB (Red+Green+Blue) = 239+102+155=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF669B is #109964. Grayscale: #949494. Windows color (decimal): -1087845 or 10184431. OLE color: 10184431.

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

Color convert

RGB 239 102 155 -
CMYK 0 0.57 0.35 0.06
HSL 336.79º 0.81% 0.67% -
HSV(B) 336.79º 0.57% 0.94% -
XYZ 46.26 30.22 34.4 -
YUV 149.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 239 102 155 0 0.57 0.35 0.06 336.79 0.81 0.67
Hex EF 66 9B 0 39 23 6 151 51 43
Octal 357 146 233 0 71 43 6 521 121 103
Binary 11101111 1100110 10011011 0 111001 100011 110 101010001 1010001 1000011

Color Harmonies of #EF669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF669B

Black with #EF669B

Text Example


Text Example

White with #EF669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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