Html Css Color HEX #EF76E4 Violet

📋 copy color: '#EF76E4'

red 239 ◦ green 118 ◦ blue 228

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

Shades of Violet #EF76E4

Tints of Violet #EF76E4

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.17%

 BLUE value IS 228 (89.45% from 255) = 38.97%

R = 40.85%
G = 20.17%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF76E4 (or 0xEF76E4) is known color: Violet. HEX triplet: EF, 76 and E4. RGB value is (239,118,228). Sum of RGB (Red+Green+Blue) = 239+118+228=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76E4 is #10891B. Grayscale: #A6A6A6. Windows color (decimal): -1083676 or 14972655. OLE color: 14972655.

HSL color Cylindrical-coordinate representation of color #EF76E4: hue angle of 305.45º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF76E4 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 118 228 -
CMYK 0 0.51 0.05 0.06
HSL 305.45º 0.79% 0.7% -
HSV(B) 305.45º 0.51% 0.94% -
XYZ 56.08 36.91 77.57 -
YUV 166.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 239 118 228 0 0.51 0.05 0.06 305.45 0.79 0.7
Hex EF 76 E4 0 33 5 6 131 4F 46
Octal 357 166 344 0 63 5 6 461 117 106
Binary 11101111 1110110 11100100 0 110011 101 110 100110001 1001111 1000110

Color Harmonies of #EF76E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF76E4

Black with #EF76E4

Text Example


Text Example

White with #EF76E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF76E4; }

 p { color: rgb(239,118,228); }

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

background-color css

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

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

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

border-color css

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

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

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