Html Css Color HEX #E735FF Psychedelic Purple

📋 copy color: '#E735FF'

red 231 ◦ green 53 ◦ blue 255

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

Shades of Psychedelic Purple #E735FF

Tints of Psychedelic Purple #E735FF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.83%

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

R = 42.86%
G = 9.83%
B = 47.31%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E735FF (or 0xE735FF) is known color: Psychedelic Purple. HEX triplet: E7, 35 and FF. RGB value is (231,53,255). Sum of RGB (Red+Green+Blue) = 231+53+255=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 53 (21.09% from 255 or 9.83% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #E735FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E735FF is #18CA00. Grayscale: #808080. Windows color (decimal): -1624577 or 16725479. OLE color: 16725479.

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

Color convert

RGB 231 53 255 -
CMYK 0.09 0.79 0 0
HSL 292.87º 1% 0.6% -
HSV(B) 292.87º 0.79% 1% -
XYZ 52.28 26.76 97.02 -
YUV 129.25 198.97 200.57 -
System Red Green Blue C M Y K H S L
Decimal 231 53 255 0.09 0.79 0 0 292.87 1 0.6
Hex E7 35 FF 9 4F 0 0 125 64 3C
Octal 347 65 377 11 117 0 0 445 144 74
Binary 11100111 110101 11111111 1001 1001111 0 0 100100101 1100100 111100

Color Harmonies of #E735FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E735FF

Black with #E735FF

Text Example


Text Example

White with #E735FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E735FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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