Html Css Color HEX #EE02FF Psychedelic Purple

📋 copy color: '#EE02FF'

red 238 ◦ green 2 ◦ blue 255

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

Shades of Psychedelic Purple #EE02FF

Tints of Psychedelic Purple #EE02FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.4%

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

R = 48.08%
G = 0.4%
B = 51.52%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE02FF (or 0xEE02FF) is known color: Psychedelic Purple. HEX triplet: EE, 02 and FF. RGB value is (238,2,255). Sum of RGB (Red+Green+Blue) = 238+2+255=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 2 (1.17% from 255 or 0.40% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE02FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02FF is #11FD00. Grayscale: #646464. Windows color (decimal): -1178881 or 16712430. OLE color: 16712430.

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

Color convert

RGB 238 2 255 -
CMYK 0.07 0.99 0 0
HSL 295.97º 1% 0.5% -
HSV(B) 295.97º 0.99% 1% -
XYZ 53.33 25.44 96.71 -
YUV 101.41 214.69 225.43 -
System Red Green Blue C M Y K H S L
Decimal 238 2 255 0.07 0.99 0 0 295.97 1 0.5
Hex EE 2 FF 7 63 0 0 128 64 32
Octal 356 2 377 7 143 0 0 450 144 62
Binary 11101110 10 11111111 111 1100011 0 0 100101000 1100100 110010

Color Harmonies of #EE02FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02FF

Black with #EE02FF

Text Example


Text Example

White with #EE02FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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