Html Css Color HEX #EE8CFD Violet

📋 copy color: '#EE8CFD'

red 238 ◦ green 140 ◦ blue 253

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

Shades of Violet #EE8CFD

Tints of Violet #EE8CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 37.72%
G = 22.19%
B = 40.1%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE8CFD (or 0xEE8CFD) is known color: Violet. HEX triplet: EE, 8C and FD. RGB value is (238,140,253). Sum of RGB (Red+Green+Blue) = 238+140+253=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE8CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CFD is #117302. Grayscale: #B5B5B5. Windows color (decimal): -1143555 or 16616686. OLE color: 16616686.

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

Color convert

RGB 238 140 253 -
CMYK 0.06 0.45 0 0.01
HSL 292.04º 0.97% 0.77% -
HSV(B) 292.04º 0.45% 0.99% -
XYZ 62.37 44.03 98.14 -
YUV 182.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 238 140 253 0.06 0.45 0 0.01 292.04 0.97 0.77
Hex EE 8C FD 6 2D 0 1 124 61 4D
Octal 356 214 375 6 55 0 1 444 141 115
Binary 11101110 10001100 11111101 110 101101 0 1 100100100 1100001 1001101

Color Harmonies of #EE8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CFD

Black with #EE8CFD

Text Example


Text Example

White with #EE8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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