Html Css Color HEX #EE75FA Violet

📋 copy color: '#EE75FA'

red 238 ◦ green 117 ◦ blue 250

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

Shades of Violet #EE75FA

Tints of Violet #EE75FA

RGB

 RED value IS 238 (93.36% from 255) = 39.34%

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 39.34%
G = 19.34%
B = 41.32%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE75FA (or 0xEE75FA) is known color: Violet. HEX triplet: EE, 75 and FA. RGB value is (238,117,250). Sum of RGB (Red+Green+Blue) = 238+117+250=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 117 (46.09% from 255 or 19.34% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE75FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE75FA is #118A05. Grayscale: #A7A7A7. Windows color (decimal): -1149446 or 16414190. OLE color: 16414190.

HSL color Cylindrical-coordinate representation of color #EE75FA: hue angle of 294.59º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE75FA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 117 250 -
CMYK 0.05 0.53 0 0.02
HSL 294.59º 0.93% 0.72% -
HSV(B) 294.59º 0.53% 0.98% -
XYZ 58.88 37.8 94.64 -
YUV 168.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 238 117 250 0.05 0.53 0 0.02 294.59 0.93 0.72
Hex EE 75 FA 5 35 0 2 127 5D 48
Octal 356 165 372 5 65 0 2 447 135 110
Binary 11101110 1110101 11111010 101 110101 0 10 100100111 1011101 1001000

Color Harmonies of #EE75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE75FA

Black with #EE75FA

Text Example


Text Example

White with #EE75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE75FA; }

 p { color: rgb(238,117,250); }

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

background-color css

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

 a { background-color: rgb(238,117,250); }

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

border-color css

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

 span { border-color: rgb(238,117,250); }

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