Html Css Color HEX #E705FB Psychedelic Purple

📋 copy color: '#E705FB'

red 231 ◦ green 5 ◦ blue 251

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

Shades of Psychedelic Purple #E705FB

Tints of Psychedelic Purple #E705FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 47.43%
G = 1.03%
B = 51.54%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E705FB (or 0xE705FB) is known color: Psychedelic Purple. HEX triplet: E7, 05 and FB. RGB value is (231,5,251). Sum of RGB (Red+Green+Blue) = 231+5+251=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 5 (2.34% from 255 or 1.03% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #E705FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705FB is #18FA04. Grayscale: #636363. Windows color (decimal): -1636869 or 16451047. OLE color: 16451047.

HSL color Cylindrical-coordinate representation of color #E705FB: hue angle of 295.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705FB is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 5 251 -
CMYK 0.08 0.98 0 0.02
HSL 295.12º 0.97% 0.5% -
HSV(B) 295.12º 0.98% 0.98% -
XYZ 50.42 24.06 93.25 -
YUV 100.62 212.87 221 -
System Red Green Blue C M Y K H S L
Decimal 231 5 251 0.08 0.98 0 0.02 295.12 0.97 0.5
Hex E7 5 FB 8 62 0 2 127 61 32
Octal 347 5 373 10 142 0 2 447 141 62
Binary 11100111 101 11111011 1000 1100010 0 10 100100111 1100001 110010

Color Harmonies of #E705FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705FB

Black with #E705FB

Text Example


Text Example

White with #E705FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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