Html Css Color HEX #E632FD Psychedelic Purple

📋 copy color: '#E632FD'

red 230 ◦ green 50 ◦ blue 253

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

Shades of Psychedelic Purple #E632FD

Tints of Psychedelic Purple #E632FD

RGB

 RED value IS 230 (90.23% from 255) = 43.15%

 GREEN value IS 50 (19.92% from 255) = 9.38%

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 43.15%
G = 9.38%
B = 47.47%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E632FD (or 0xE632FD) is known color: Psychedelic Purple. HEX triplet: E6, 32 and FD. RGB value is (230,50,253). Sum of RGB (Red+Green+Blue) = 230+50+253=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 50 (19.92% from 255 or 9.38% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #E632FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E632FD is #19CD02. Grayscale: #7E7E7E. Windows color (decimal): -1690883 or 16593638. OLE color: 16593638.

HSL color Cylindrical-coordinate representation of color #E632FD: hue angle of 293.2º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E632FD is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 50 253 -
CMYK 0.09 0.80 0 0.01
HSL 293.2º 0.98% 0.59% -
HSV(B) 293.2º 0.8% 0.99% -
XYZ 51.5 26.2 95.27 -
YUV 126.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 230 50 253 0.09 0.80 0 0.01 293.2 0.98 0.59
Hex E6 32 FD 9 50 0 1 125 62 3B
Octal 346 62 375 11 120 0 1 445 142 73
Binary 11100110 110010 11111101 1001 1010000 0 1 100100101 1100010 111011

Color Harmonies of #E632FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E632FD

Black with #E632FD

Text Example


Text Example

White with #E632FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E632FD; }

 p { color: rgb(230,50,253); }

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

background-color css

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

 a { background-color: rgb(230,50,253); }

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

border-color css

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

 span { border-color: rgb(230,50,253); }

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