Html Css Color HEX #EF7DE9 Violet

📋 copy color: '#EF7DE9'

red 239 ◦ green 125 ◦ blue 233

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

Shades of Violet #EF7DE9

Tints of Violet #EF7DE9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.94%

 BLUE value IS 233 (91.41% from 255) = 39.03%

R = 40.03%
G = 20.94%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF7DE9 (or 0xEF7DE9) is known color: Violet. HEX triplet: EF, 7D and E9. RGB value is (239,125,233). Sum of RGB (Red+Green+Blue) = 239+125+233=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7DE9 is #108216. Grayscale: #ABABAB. Windows color (decimal): -1081879 or 15302127. OLE color: 15302127.

HSL color Cylindrical-coordinate representation of color #EF7DE9: hue angle of 303.16º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7DE9 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 125 233 -
CMYK 0 0.48 0.03 0.06
HSL 303.16º 0.78% 0.71% -
HSV(B) 303.16º 0.48% 0.94% -
XYZ 57.64 38.9 81.56 -
YUV 171.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 239 125 233 0 0.48 0.03 0.06 303.16 0.78 0.71
Hex EF 7D E9 0 30 3 6 12F 4E 47
Octal 357 175 351 0 60 3 6 457 116 107
Binary 11101111 1111101 11101001 0 110000 11 110 100101111 1001110 1000111

Color Harmonies of #EF7DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7DE9

Black with #EF7DE9

Text Example


Text Example

White with #EF7DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7DE9; }

 p { color: rgb(239,125,233); }

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

background-color css

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

 a { background-color: rgb(239,125,233); }

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

border-color css

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

 span { border-color: rgb(239,125,233); }

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