Html Css Color HEX #EE8CFA Violet

📋 copy color: '#EE8CFA'

red 238 ◦ green 140 ◦ blue 250

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

Shades of Violet #EE8CFA

Tints of Violet #EE8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.29%

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

R = 37.9%
G = 22.29%
B = 39.81%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE8CFA (or 0xEE8CFA) is known color: Violet. HEX triplet: EE, 8C and FA. RGB value is (238,140,250). Sum of RGB (Red+Green+Blue) = 238+140+250=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 140 (55.08% from 255 or 22.29% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CFA is #117305. Grayscale: #B5B5B5. Windows color (decimal): -1143558 or 16420078. OLE color: 16420078.

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

Color convert

RGB 238 140 250 -
CMYK 0.05 0.44 0 0.02
HSL 293.45º 0.92% 0.76% -
HSV(B) 293.45º 0.44% 0.98% -
XYZ 61.89 43.84 95.64 -
YUV 181.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 238 140 250 0.05 0.44 0 0.02 293.45 0.92 0.76
Hex EE 8C FA 5 2C 0 2 125 5C 4C
Octal 356 214 372 5 54 0 2 445 134 114
Binary 11101110 10001100 11111010 101 101100 0 10 100100101 1011100 1001100

Color Harmonies of #EE8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CFA

Black with #EE8CFA

Text Example


Text Example

White with #EE8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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