Html Css Color HEX #EF75E5 Violet

📋 copy color: '#EF75E5'

red 239 ◦ green 117 ◦ blue 229

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

Shades of Violet #EF75E5

Tints of Violet #EF75E5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20%

 BLUE value IS 229 (89.84% from 255) = 39.15%

R = 40.85%
G = 20%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF75E5 (or 0xEF75E5) is known color: Violet. HEX triplet: EF, 75 and E5. RGB value is (239,117,229). Sum of RGB (Red+Green+Blue) = 239+117+229=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF75E5 is #108A1A. Grayscale: #A5A5A5. Windows color (decimal): -1083931 or 15037935. OLE color: 15037935.

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

Color convert

RGB 239 117 229 -
CMYK 0 0.51 0.04 0.06
HSL 304.92º 0.79% 0.7% -
HSV(B) 304.92º 0.51% 0.94% -
XYZ 56.1 36.73 78.26 -
YUV 166.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 239 117 229 0 0.51 0.04 0.06 304.92 0.79 0.7
Hex EF 75 E5 0 33 4 6 131 4F 46
Octal 357 165 345 0 63 4 6 461 117 106
Binary 11101111 1110101 11100101 0 110011 100 110 100110001 1001111 1000110

Color Harmonies of #EF75E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF75E5

Black with #EF75E5

Text Example


Text Example

White with #EF75E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF75E5; }

 p { color: rgb(239,117,229); }

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

background-color css

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

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

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

border-color css

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

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

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