Html Css Color HEX #EE7FFD Violet

📋 copy color: '#EE7FFD'

red 238 ◦ green 127 ◦ blue 253

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

Shades of Violet #EE7FFD

Tints of Violet #EE7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 20.55%

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

R = 38.51%
G = 20.55%
B = 40.94%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE7FFD (or 0xEE7FFD) is known color: Violet. HEX triplet: EE, 7F and FD. RGB value is (238,127,253). Sum of RGB (Red+Green+Blue) = 238+127+253=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FFD is #118002. Grayscale: #AEAEAE. Windows color (decimal): -1146883 or 16613358. OLE color: 16613358.

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

Color convert

RGB 238 127 253 -
CMYK 0.06 0.50 0 0.01
HSL 292.86º 0.97% 0.75% -
HSV(B) 292.86º 0.5% 0.99% -
XYZ 60.58 40.45 97.54 -
YUV 174.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 238 127 253 0.06 0.50 0 0.01 292.86 0.97 0.75
Hex EE 7F FD 6 32 0 1 125 61 4B
Octal 356 177 375 6 62 0 1 445 141 113
Binary 11101110 1111111 11111101 110 110010 0 1 100100101 1100001 1001011

Color Harmonies of #EE7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7FFD

Black with #EE7FFD

Text Example


Text Example

White with #EE7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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