Html Css Color HEX #E007EE Psychedelic Purple

📋 copy color: '#E007EE'

red 224 ◦ green 7 ◦ blue 238

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

Shades of Psychedelic Purple #E007EE

Tints of Psychedelic Purple #E007EE

RGB

 RED value IS 224 (87.89% from 255) = 47.76%

 GREEN value IS 7 (3.13% from 255) = 1.49%

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 47.76%
G = 1.49%
B = 50.75%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E007EE (or 0xE007EE) is known color: Psychedelic Purple. HEX triplet: E0, 07 and EE. RGB value is (224,7,238). Sum of RGB (Red+Green+Blue) = 224+7+238=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #E007EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E007EE is #1FF811. Grayscale: #616161. Windows color (decimal): -2095122 or 15599584. OLE color: 15599584.

HSL color Cylindrical-coordinate representation of color #E007EE: hue angle of 296.36º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E007EE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 7 238 -
CMYK 0.06 0.97 0 0.07
HSL 296.36º 0.94% 0.48% -
HSV(B) 296.36º 0.97% 0.93% -
XYZ 46.25 22.17 82.73 -
YUV 98.22 206.89 217.72 -
System Red Green Blue C M Y K H S L
Decimal 224 7 238 0.06 0.97 0 0.07 296.36 0.94 0.48
Hex E0 7 EE 6 61 0 7 128 5E 30
Octal 340 7 356 6 141 0 7 450 136 60
Binary 11100000 111 11101110 110 1100001 0 111 100101000 1011110 110000

Color Harmonies of #E007EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007EE

Black with #E007EE

Text Example


Text Example

White with #E007EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007EE; }

 p { color: rgb(224,7,238); }

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

background-color css

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

 a { background-color: rgb(224,7,238); }

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

border-color css

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

 span { border-color: rgb(224,7,238); }

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