Html Css Color HEX #EE1BFF Psychedelic Purple

📋 copy color: '#EE1BFF'

red 238 ◦ green 27 ◦ blue 255

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

Shades of Psychedelic Purple #EE1BFF

Tints of Psychedelic Purple #EE1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.19%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 45.77%
G = 5.19%
B = 49.04%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE1BFF (or 0xEE1BFF) is known color: Psychedelic Purple. HEX triplet: EE, 1B and FF. RGB value is (238,27,255). Sum of RGB (Red+Green+Blue) = 238+27+255=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 27 (10.94% from 255 or 5.19% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE1BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BFF is #11E400. Grayscale: #737373. Windows color (decimal): -1172481 or 16718830. OLE color: 16718830.

HSL color Cylindrical-coordinate representation of color #EE1BFF: hue angle of 295.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BFF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 27 255 -
CMYK 0.07 0.89 0 0
HSL 295.53º 1% 0.55% -
HSV(B) 295.53º 0.89% 1% -
XYZ 53.7 26.18 96.83 -
YUV 116.08 206.4 214.96 -
System Red Green Blue C M Y K H S L
Decimal 238 27 255 0.07 0.89 0 0 295.53 1 0.55
Hex EE 1B FF 7 59 0 0 128 64 37
Octal 356 33 377 7 131 0 0 450 144 67
Binary 11101110 11011 11111111 111 1011001 0 0 100101000 1100100 110111

Color Harmonies of #EE1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1BFF

Black with #EE1BFF

Text Example


Text Example

White with #EE1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1BFF; }

 p { color: rgb(238,27,255); }

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

background-color css

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

 a { background-color: rgb(238,27,255); }

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

border-color css

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

 span { border-color: rgb(238,27,255); }

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