Html Css Color HEX #EF7EFC Violet

📋 copy color: '#EF7EFC'

red 239 ◦ green 126 ◦ blue 252

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

Shades of Violet #EF7EFC

Tints of Violet #EF7EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 38.74%
G = 20.42%
B = 40.84%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF7EFC (or 0xEF7EFC) is known color: Violet. HEX triplet: EF, 7E and FC. RGB value is (239,126,252). Sum of RGB (Red+Green+Blue) = 239+126+252=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 126 (49.61% from 255 or 20.42% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF7EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EFC is #108103. Grayscale: #ADADAD. Windows color (decimal): -1081604 or 16547567. OLE color: 16547567.

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

Color convert

RGB 239 126 252 -
CMYK 0.05 0.5 0 0.01
HSL 293.81º 0.95% 0.74% -
HSV(B) 293.81º 0.5% 0.99% -
XYZ 60.63 40.3 96.68 -
YUV 174.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 239 126 252 0.05 0.5 0 0.01 293.81 0.95 0.74
Hex EF 7E FC 5 32 0 1 126 5F 4A
Octal 357 176 374 5 62 0 1 446 137 112
Binary 11101111 1111110 11111100 101 110010 0 1 100100110 1011111 1001010

Color Harmonies of #EF7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EFC

Black with #EF7EFC

Text Example


Text Example

White with #EF7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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