Html Css Color HEX #EF709D Pale Violet Red

📋 copy color: '#EF709D'

red 239 ◦ green 112 ◦ blue 157

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

Shades of Pale Violet Red #EF709D

Tints of Pale Violet Red #EF709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.05%

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 47.05%
G = 22.05%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF709D (or 0xEF709D) is known color: Pale Violet Red. HEX triplet: EF, 70 and 9D. RGB value is (239,112,157). Sum of RGB (Red+Green+Blue) = 239+112+157=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF709D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF709D is #108F62. Grayscale: #9B9B9B. Windows color (decimal): -1085283 or 10318063. OLE color: 10318063.

HSL color Cylindrical-coordinate representation of color #EF709D: hue angle of 338.74º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF709D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 157 -
CMYK 0 0.53 0.34 0.06
HSL 338.74º 0.8% 0.69% -
HSV(B) 338.74º 0.53% 0.94% -
XYZ 47.48 32.37 35.64 -
YUV 155.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 239 112 157 0 0.53 0.34 0.06 338.74 0.8 0.69
Hex EF 70 9D 0 35 22 6 153 50 45
Octal 357 160 235 0 65 42 6 523 120 105
Binary 11101111 1110000 10011101 0 110101 100010 110 101010011 1010000 1000101

Color Harmonies of #EF709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF709D

Black with #EF709D

Text Example


Text Example

White with #EF709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF709D; }

 p { color: rgb(239,112,157); }

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

background-color css

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

 a { background-color: rgb(239,112,157); }

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

border-color css

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

 span { border-color: rgb(239,112,157); }

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