Html Css Color HEX #EE7CFD Violet

📋 copy color: '#EE7CFD'

red 238 ◦ green 124 ◦ blue 253

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

Shades of Violet #EE7CFD

Tints of Violet #EE7CFD

RGB

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

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

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

R = 38.7%
G = 20.16%
B = 41.14%

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

#EE7CFD (or 0xEE7CFD) is known color: Violet. HEX triplet: EE, 7C and FD. RGB value is (238,124,253). Sum of RGB (Red+Green+Blue) = 238+124+253=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE7CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7CFD is #118302. Grayscale: #ACACAC. Windows color (decimal): -1147651 or 16612590. OLE color: 16612590.

HSL color Cylindrical-coordinate representation of color #EE7CFD: hue angle of 293.02º degrees, saturation: 0.97, 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 #EE7CFD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 124 253 -
CMYK 0.06 0.51 0 0.01
HSL 293.02º 0.97% 0.74% -
HSV(B) 293.02º 0.51% 0.99% -
XYZ 60.2 39.68 97.42 -
YUV 172.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 238 124 253 0.06 0.51 0 0.01 293.02 0.97 0.74
Hex EE 7C FD 6 33 0 1 125 61 4A
Octal 356 174 375 6 63 0 1 445 141 112
Binary 11101110 1111100 11111101 110 110011 0 1 100100101 1100001 1001010

Color Harmonies of #EE7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7CFD

Black with #EE7CFD

Text Example


Text Example

White with #EE7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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