Html Css Color HEX #EF72EF Violet

📋 copy color: '#EF72EF'

red 239 ◦ green 114 ◦ blue 239

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

Shades of Violet #EF72EF

Tints of Violet #EF72EF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.26%

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 40.37%
G = 19.26%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF72EF (or 0xEF72EF) is known color: Violet. HEX triplet: EF, 72 and EF. RGB value is (239,114,239). Sum of RGB (Red+Green+Blue) = 239+114+239=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF72EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF72EF is #108D10. Grayscale: #A5A5A5. Windows color (decimal): -1084689 or 15692527. OLE color: 15692527.

HSL color Cylindrical-coordinate representation of color #EF72EF: hue angle of 300º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72EF is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 239 -
CMYK 0 0.52 0 0.06
HSL 300º 0.8% 0.69% -
HSV(B) 300º 0.52% 0.94% -
XYZ 57.19 36.62 85.71 -
YUV 165.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 239 114 239 0 0.52 0 0.06 300 0.8 0.69
Hex EF 72 EF 0 34 0 6 12C 50 45
Octal 357 162 357 0 64 0 6 454 120 105
Binary 11101111 1110010 11101111 0 110100 0 110 100101100 1010000 1000101

Color Harmonies of #EF72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF72EF

Black with #EF72EF

Text Example


Text Example

White with #EF72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF72EF; }

 p { color: rgb(239,114,239); }

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

background-color css

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

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

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

border-color css

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

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

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