Html Css Color HEX #EE7CFC Violet

📋 copy color: '#EE7CFC'

red 238 ◦ green 124 ◦ blue 252

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

Shades of Violet #EE7CFC

Tints of Violet #EE7CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.2%

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

R = 38.76%
G = 20.2%
B = 41.04%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE7CFC (or 0xEE7CFC) is known color: Violet. HEX triplet: EE, 7C and FC. RGB value is (238,124,252). Sum of RGB (Red+Green+Blue) = 238+124+252=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 124 (48.83% from 255 or 20.20% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE7CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7CFC is #118303. Grayscale: #ACACAC. Windows color (decimal): -1147652 or 16547054. OLE color: 16547054.

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

Color convert

RGB 238 124 252 -
CMYK 0.06 0.51 0 0.01
HSL 293.44º 0.96% 0.74% -
HSV(B) 293.44º 0.51% 0.99% -
XYZ 60.04 39.62 96.58 -
YUV 172.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 238 124 252 0.06 0.51 0 0.01 293.44 0.96 0.74
Hex EE 7C FC 6 33 0 1 125 60 4A
Octal 356 174 374 6 63 0 1 445 140 112
Binary 11101110 1111100 11111100 110 110011 0 1 100100101 1100000 1001010

Color Harmonies of #EE7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7CFC

Black with #EE7CFC

Text Example


Text Example

White with #EE7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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