Html Css Color HEX #E705EA Psychedelic Purple

📋 copy color: '#E705EA'

red 231 ◦ green 5 ◦ blue 234

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

Shades of Psychedelic Purple #E705EA

Tints of Psychedelic Purple #E705EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.06%

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 49.15%
G = 1.06%
B = 49.79%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E705EA (or 0xE705EA) is known color: Psychedelic Purple. HEX triplet: E7, 05 and EA. RGB value is (231,5,234). Sum of RGB (Red+Green+Blue) = 231+5+234=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #E705EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705EA is #18FA15. Grayscale: #616161. Windows color (decimal): -1636886 or 15336935. OLE color: 15336935.

HSL color Cylindrical-coordinate representation of color #E705EA: hue angle of 299.21º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705EA is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 5 234 -
CMYK 0.01 0.98 0 0.08
HSL 299.21º 0.96% 0.47% -
HSV(B) 299.21º 0.98% 0.92% -
XYZ 47.86 23.04 79.77 -
YUV 98.68 204.37 222.38 -
System Red Green Blue C M Y K H S L
Decimal 231 5 234 0.01 0.98 0 0.08 299.21 0.96 0.47
Hex E7 5 EA 1 62 0 8 12B 60 2F
Octal 347 5 352 1 142 0 10 453 140 57
Binary 11100111 101 11101010 1 1100010 0 1000 100101011 1100000 101111

Color Harmonies of #E705EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705EA

Black with #E705EA

Text Example


Text Example

White with #E705EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705EA; }

 p { color: rgb(231,5,234); }

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

background-color css

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

 a { background-color: rgb(231,5,234); }

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

border-color css

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

 span { border-color: rgb(231,5,234); }

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