Html Css Color HEX #EA75F0 Violet

📋 copy color: '#EA75F0'

red 234 ◦ green 117 ◦ blue 240

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

Shades of Violet #EA75F0

Tints of Violet #EA75F0

RGB

 RED value IS 234 (91.8% from 255) = 39.59%

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

 BLUE value IS 240 (94.14% from 255) = 40.61%

R = 39.59%
G = 19.8%
B = 40.61%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA75F0 (or 0xEA75F0) is known color: Violet. HEX triplet: EA, 75 and F0. RGB value is (234,117,240). Sum of RGB (Red+Green+Blue) = 234+117+240=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA75F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA75F0 is #158A0F. Grayscale: #A5A5A5. Windows color (decimal): -1411600 or 15758826. OLE color: 15758826.

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

Color convert

RGB 234 117 240 -
CMYK 0.02 0.51 0 0.06
HSL 297.07º 0.8% 0.7% -
HSV(B) 297.07º 0.51% 0.94% -
XYZ 56.02 36.51 86.53 -
YUV 166.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 234 117 240 0.02 0.51 0 0.06 297.07 0.8 0.7
Hex EA 75 F0 2 33 0 6 129 50 46
Octal 352 165 360 2 63 0 6 451 120 106
Binary 11101010 1110101 11110000 10 110011 0 110 100101001 1010000 1000110

Color Harmonies of #EA75F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75F0

Black with #EA75F0

Text Example


Text Example

White with #EA75F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75F0; }

 p { color: rgb(234,117,240); }

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

background-color css

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

 a { background-color: rgb(234,117,240); }

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

border-color css

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

 span { border-color: rgb(234,117,240); }

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