Html Css Color HEX #EE0DFF Psychedelic Purple

📋 copy color: '#EE0DFF'

red 238 ◦ green 13 ◦ blue 255

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

Shades of Psychedelic Purple #EE0DFF

Tints of Psychedelic Purple #EE0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.57%

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

R = 47.04%
G = 2.57%
B = 50.4%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE0DFF (or 0xEE0DFF) is known color: Psychedelic Purple. HEX triplet: EE, 0D and FF. RGB value is (238,13,255). Sum of RGB (Red+Green+Blue) = 238+13+255=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 13 (5.47% from 255 or 2.57% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE0DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DFF is #11F200. Grayscale: #6B6B6B. Windows color (decimal): -1176065 or 16715246. OLE color: 16715246.

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

Color convert

RGB 238 13 255 -
CMYK 0.07 0.95 0 0
HSL 295.79º 1% 0.53% -
HSV(B) 295.79º 0.95% 1% -
XYZ 53.45 25.68 96.75 -
YUV 107.86 211.04 220.82 -
System Red Green Blue C M Y K H S L
Decimal 238 13 255 0.07 0.95 0 0 295.79 1 0.53
Hex EE D FF 7 5F 0 0 128 64 35
Octal 356 15 377 7 137 0 0 450 144 65
Binary 11101110 1101 11111111 111 1011111 0 0 100101000 1100100 110101

Color Harmonies of #EE0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DFF

Black with #EE0DFF

Text Example


Text Example

White with #EE0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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