Html Css Color HEX #EF72E7 Violet

📋 copy color: '#EF72E7'

red 239 ◦ green 114 ◦ blue 231

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

Shades of Violet #EF72E7

Tints of Violet #EF72E7

RGB

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

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

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

R = 40.92%
G = 19.52%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF72E7 (or 0xEF72E7) is known color: Violet. HEX triplet: EF, 72 and E7. RGB value is (239,114,231). Sum of RGB (Red+Green+Blue) = 239+114+231=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF72E7 is #108D18. Grayscale: #A4A4A4. Windows color (decimal): -1084697 or 15168239. OLE color: 15168239.

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

Color convert

RGB 239 114 231 -
CMYK 0 0.52 0.03 0.06
HSL 303.84º 0.8% 0.69% -
HSV(B) 303.84º 0.52% 0.94% -
XYZ 56.04 36.15 79.63 -
YUV 164.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 239 114 231 0 0.52 0.03 0.06 303.84 0.8 0.69
Hex EF 72 E7 0 34 3 6 130 50 45
Octal 357 162 347 0 64 3 6 460 120 105
Binary 11101111 1110010 11100111 0 110100 11 110 100110000 1010000 1000101

Color Harmonies of #EF72E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF72E7

Black with #EF72E7

Text Example


Text Example

White with #EF72E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF72E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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