Html Css Color HEX #E704EE Psychedelic Purple

📋 copy color: '#E704EE'

red 231 ◦ green 4 ◦ blue 238

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

Shades of Psychedelic Purple #E704EE

Tints of Psychedelic Purple #E704EE

RGB

 RED value IS 231 (90.63% from 255) = 48.84%

 GREEN value IS 4 (1.95% from 255) = 0.85%

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

R = 48.84%
G = 0.85%
B = 50.32%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E704EE (or 0xE704EE) is known color: Psychedelic Purple. HEX triplet: E7, 04 and EE. RGB value is (231,4,238). Sum of RGB (Red+Green+Blue) = 231+4+238=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #E704EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E704EE is #18FB11. Grayscale: #616161. Windows color (decimal): -1637138 or 15598823. OLE color: 15598823.

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

Color convert

RGB 231 4 238 -
CMYK 0.03 0.98 0 0.07
HSL 298.21º 0.97% 0.47% -
HSV(B) 298.21º 0.98% 0.93% -
XYZ 48.43 23.25 82.82 -
YUV 98.55 206.71 222.47 -
System Red Green Blue C M Y K H S L
Decimal 231 4 238 0.03 0.98 0 0.07 298.21 0.97 0.47
Hex E7 4 EE 3 62 0 7 12A 61 2F
Octal 347 4 356 3 142 0 7 452 141 57
Binary 11100111 100 11101110 11 1100010 0 111 100101010 1100001 101111

Color Harmonies of #E704EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E704EE

Black with #E704EE

Text Example


Text Example

White with #E704EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E704EE; }

 p { color: rgb(231,4,238); }

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

background-color css

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

 a { background-color: rgb(231,4,238); }

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

border-color css

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

 span { border-color: rgb(231,4,238); }

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