Html Css Color HEX #E704FF Psychedelic Purple

📋 copy color: '#E704FF'

red 231 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #E704FF

Tints of Psychedelic Purple #E704FF

RGB

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

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

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

R = 47.14%
G = 0.82%
B = 52.04%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E704FF (or 0xE704FF) is known color: Psychedelic Purple. HEX triplet: E7, 04 and FF. RGB value is (231,4,255). Sum of RGB (Red+Green+Blue) = 231+4+255=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 4 (1.95% from 255 or 0.82% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #E704FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E704FF is #18FB00. Grayscale: #636363. Windows color (decimal): -1637121 or 16712935. OLE color: 16712935.

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

Color convert

RGB 231 4 255 -
CMYK 0.09 0.98 0 0
HSL 294.26º 1% 0.51% -
HSV(B) 294.26º 0.98% 1% -
XYZ 51.05 24.3 96.61 -
YUV 100.49 215.21 221.09 -
System Red Green Blue C M Y K H S L
Decimal 231 4 255 0.09 0.98 0 0 294.26 1 0.51
Hex E7 4 FF 9 62 0 0 126 64 33
Octal 347 4 377 11 142 0 0 446 144 63
Binary 11100111 100 11111111 1001 1100010 0 0 100100110 1100100 110011

Color Harmonies of #E704FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E704FF

Black with #E704FF

Text Example


Text Example

White with #E704FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E704FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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