Html Css Color HEX #EF7CFD Violet

📋 copy color: '#EF7CFD'

red 239 ◦ green 124 ◦ blue 253

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

Shades of Violet #EF7CFD

Tints of Violet #EF7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.13%

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

R = 38.8%
G = 20.13%
B = 41.07%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF7CFD (or 0xEF7CFD) is known color: Violet. HEX triplet: EF, 7C and FD. RGB value is (239,124,253). Sum of RGB (Red+Green+Blue) = 239+124+253=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF7CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7CFD is #108302. Grayscale: #ACACAC. Windows color (decimal): -1082115 or 16612591. OLE color: 16612591.

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

Color convert

RGB 239 124 253 -
CMYK 0.06 0.51 0 0.01
HSL 293.49º 0.97% 0.74% -
HSV(B) 293.49º 0.51% 0.99% -
XYZ 60.53 39.86 97.43 -
YUV 173.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 239 124 253 0.06 0.51 0 0.01 293.49 0.97 0.74
Hex EF 7C FD 6 33 0 1 125 61 4A
Octal 357 174 375 6 63 0 1 445 141 112
Binary 11101111 1111100 11111101 110 110011 0 1 100100101 1100001 1001010

Color Harmonies of #EF7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7CFD

Black with #EF7CFD

Text Example


Text Example

White with #EF7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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