Html Css Color HEX #EE7FF1 Violet

📋 copy color: '#EE7FF1'

red 238 ◦ green 127 ◦ blue 241

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

Shades of Violet #EE7FF1

Tints of Violet #EE7FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.77%

R = 39.27%
G = 20.96%
B = 39.77%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE7FF1 (or 0xEE7FF1) is known color: Violet. HEX triplet: EE, 7F and F1. RGB value is (238,127,241). Sum of RGB (Red+Green+Blue) = 238+127+241=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 127 (50% from 255 or 20.96% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE7FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FF1 is #11800E. Grayscale: #ACACAC. Windows color (decimal): -1146895 or 15826926. OLE color: 15826926.

HSL color Cylindrical-coordinate representation of color #EE7FF1: hue angle of 298.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FF1 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 127 241 -
CMYK 0.01 0.47 0 0.05
HSL 298.42º 0.8% 0.72% -
HSV(B) 298.42º 0.47% 0.95% -
XYZ 58.73 39.71 87.79 -
YUV 173.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 238 127 241 0.01 0.47 0 0.05 298.42 0.8 0.72
Hex EE 7F F1 1 2F 0 5 12A 50 48
Octal 356 177 361 1 57 0 5 452 120 110
Binary 11101110 1111111 11110001 1 101111 0 101 100101010 1010000 1001000

Color Harmonies of #EE7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7FF1

Black with #EE7FF1

Text Example


Text Example

White with #EE7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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