Html Css Color HEX #E705F3 Psychedelic Purple

📋 copy color: '#E705F3'

red 231 ◦ green 5 ◦ blue 243

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

Shades of Psychedelic Purple #E705F3

Tints of Psychedelic Purple #E705F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.73%

R = 48.23%
G = 1.04%
B = 50.73%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E705F3 (or 0xE705F3) is known color: Psychedelic Purple. HEX triplet: E7, 05 and F3. RGB value is (231,5,243). Sum of RGB (Red+Green+Blue) = 231+5+243=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #E705F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705F3 is #18FA0C. Grayscale: #626262. Windows color (decimal): -1636877 or 15926759. OLE color: 15926759.

HSL color Cylindrical-coordinate representation of color #E705F3: hue angle of 296.97º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705F3 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 5 243 -
CMYK 0.05 0.98 0 0.05
HSL 296.97º 0.96% 0.49% -
HSV(B) 296.97º 0.98% 0.95% -
XYZ 49.19 23.57 86.75 -
YUV 99.71 208.87 221.65 -
System Red Green Blue C M Y K H S L
Decimal 231 5 243 0.05 0.98 0 0.05 296.97 0.96 0.49
Hex E7 5 F3 5 62 0 5 129 60 31
Octal 347 5 363 5 142 0 5 451 140 61
Binary 11100111 101 11110011 101 1100010 0 101 100101001 1100000 110001

Color Harmonies of #E705F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705F3

Black with #E705F3

Text Example


Text Example

White with #E705F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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