Html Css Color HEX #EF7FFD Violet

📋 copy color: '#EF7FFD'

red 239 ◦ green 127 ◦ blue 253

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

Shades of Violet #EF7FFD

Tints of Violet #EF7FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 38.61%
G = 20.52%
B = 40.87%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF7FFD (or 0xEF7FFD) is known color: Violet. HEX triplet: EF, 7F and FD. RGB value is (239,127,253). Sum of RGB (Red+Green+Blue) = 239+127+253=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FFD is #108002. Grayscale: #AEAEAE. Windows color (decimal): -1081347 or 16613359. OLE color: 16613359.

HSL color Cylindrical-coordinate representation of color #EF7FFD: hue angle of 293.33º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7FFD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 127 253 -
CMYK 0.06 0.50 0 0.01
HSL 293.33º 0.97% 0.75% -
HSV(B) 293.33º 0.5% 0.99% -
XYZ 60.92 40.62 97.56 -
YUV 174.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 239 127 253 0.06 0.50 0 0.01 293.33 0.97 0.75
Hex EF 7F FD 6 32 0 1 125 61 4B
Octal 357 177 375 6 62 0 1 445 141 113
Binary 11101111 1111111 11111101 110 110010 0 1 100100101 1100001 1001011

Color Harmonies of #EF7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FFD

Black with #EF7FFD

Text Example


Text Example

White with #EF7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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