Html Css Color HEX #EF7EEF Violet

📋 copy color: '#EF7EEF'

red 239 ◦ green 126 ◦ blue 239

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

Shades of Violet #EF7EEF

Tints of Violet #EF7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.86%

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 39.57%
G = 20.86%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF7EEF (or 0xEF7EEF) is known color: Violet. HEX triplet: EF, 7E and EF. RGB value is (239,126,239). Sum of RGB (Red+Green+Blue) = 239+126+239=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 126 (49.61% from 255 or 20.86% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF7EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EEF is #108110. Grayscale: #ACACAC. Windows color (decimal): -1081617 or 15695599. OLE color: 15695599.

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

Color convert

RGB 239 126 239 -
CMYK 0 0.47 0 0.06
HSL 300º 0.78% 0.72% -
HSV(B) 300º 0.47% 0.94% -
XYZ 58.64 39.5 86.2 -
YUV 172.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 239 126 239 0 0.47 0 0.06 300 0.78 0.72
Hex EF 7E EF 0 2F 0 6 12C 4E 48
Octal 357 176 357 0 57 0 6 454 116 110
Binary 11101111 1111110 11101111 0 101111 0 110 100101100 1001110 1001000

Color Harmonies of #EF7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EEF

Black with #EF7EEF

Text Example


Text Example

White with #EF7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EEF; }

 p { color: rgb(239,126,239); }

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

background-color css

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

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

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

border-color css

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

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

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