Html Css Color HEX #EE7AFC Violet

📋 copy color: '#EE7AFC'

red 238 ◦ green 122 ◦ blue 252

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

Shades of Violet #EE7AFC

Tints of Violet #EE7AFC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.93%

 BLUE value IS 252 (98.83% from 255) = 41.18%

R = 38.89%
G = 19.93%
B = 41.18%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE7AFC (or 0xEE7AFC) is known color: Violet. HEX triplet: EE, 7A and FC. RGB value is (238,122,252). Sum of RGB (Red+Green+Blue) = 238+122+252=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 122 (48.05% from 255 or 19.93% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE7AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7AFC is #118503. Grayscale: #ABABAB. Windows color (decimal): -1148164 or 16546542. OLE color: 16546542.

HSL color Cylindrical-coordinate representation of color #EE7AFC: hue angle of 293.54º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7AFC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 122 252 -
CMYK 0.06 0.52 0 0.01
HSL 293.54º 0.96% 0.73% -
HSV(B) 293.54º 0.52% 0.99% -
XYZ 59.79 39.12 96.5 -
YUV 171.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 238 122 252 0.06 0.52 0 0.01 293.54 0.96 0.73
Hex EE 7A FC 6 34 0 1 126 60 49
Octal 356 172 374 6 64 0 1 446 140 111
Binary 11101110 1111010 11111100 110 110100 0 1 100100110 1100000 1001001

Color Harmonies of #EE7AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7AFC

Black with #EE7AFC

Text Example


Text Example

White with #EE7AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7AFC; }

 p { color: rgb(238,122,252); }

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

background-color css

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

 a { background-color: rgb(238,122,252); }

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

border-color css

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

 span { border-color: rgb(238,122,252); }

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