Html Css Color HEX #EF7FE7 Violet

📋 copy color: '#EF7FE7'

red 239 ◦ green 127 ◦ blue 231

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

Shades of Violet #EF7FE7

Tints of Violet #EF7FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.69%

R = 40.03%
G = 21.27%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF7FE7 (or 0xEF7FE7) is known color: Violet. HEX triplet: EF, 7F and E7. RGB value is (239,127,231). Sum of RGB (Red+Green+Blue) = 239+127+231=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FE7 is #108018. Grayscale: #ACACAC. Windows color (decimal): -1081369 or 15171567. OLE color: 15171567.

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

Color convert

RGB 239 127 231 -
CMYK 0 0.47 0.03 0.06
HSL 304.29º 0.78% 0.72% -
HSV(B) 304.29º 0.47% 0.94% -
XYZ 57.61 39.3 80.15 -
YUV 172.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 239 127 231 0 0.47 0.03 0.06 304.29 0.78 0.72
Hex EF 7F E7 0 2F 3 6 130 4E 48
Octal 357 177 347 0 57 3 6 460 116 110
Binary 11101111 1111111 11100111 0 101111 11 110 100110000 1001110 1001000

Color Harmonies of #EF7FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FE7

Black with #EF7FE7

Text Example


Text Example

White with #EF7FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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