Html Css Color HEX #EF7FEE Violet

📋 copy color: '#EF7FEE'

red 239 ◦ green 127 ◦ blue 238

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

Shades of Violet #EF7FEE

Tints of Violet #EF7FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 21.03%

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 39.57%
G = 21.03%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF7FEE (or 0xEF7FEE) is known color: Violet. HEX triplet: EF, 7F and EE. RGB value is (239,127,238). Sum of RGB (Red+Green+Blue) = 239+127+238=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FEE is #108011. Grayscale: #ACACAC. Windows color (decimal): -1081362 or 15630319. OLE color: 15630319.

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

Color convert

RGB 239 127 238 -
CMYK 0 0.47 0.00 0.06
HSL 300.54º 0.78% 0.72% -
HSV(B) 300.54º 0.47% 0.94% -
XYZ 58.62 39.7 85.46 -
YUV 173.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 239 127 238 0 0.47 0.00 0.06 300.54 0.78 0.72
Hex EF 7F EE 0 2F 0 6 12D 4E 48
Octal 357 177 356 0 57 0 6 455 116 110
Binary 11101111 1111111 11101110 0 101111 0 110 100101101 1001110 1001000

Color Harmonies of #EF7FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FEE

Black with #EF7FEE

Text Example


Text Example

White with #EF7FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FEE; }

 p { color: rgb(239,127,238); }

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

background-color css

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

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

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

border-color css

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

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

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