Html Css Color HEX #E625FB Psychedelic Purple

📋 copy color: '#E625FB'

red 230 ◦ green 37 ◦ blue 251

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

Shades of Psychedelic Purple #E625FB

Tints of Psychedelic Purple #E625FB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.14%

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

R = 44.4%
G = 7.14%
B = 48.46%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E625FB (or 0xE625FB) is known color: Psychedelic Purple. HEX triplet: E6, 25 and FB. RGB value is (230,37,251). Sum of RGB (Red+Green+Blue) = 230+37+251=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 37 (14.84% from 255 or 7.14% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #E625FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E625FB is #19DA04. Grayscale: #767676. Windows color (decimal): -1694213 or 16459238. OLE color: 16459238.

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

Color convert

RGB 230 37 251 -
CMYK 0.08 0.85 0 0.02
HSL 294.11º 0.96% 0.56% -
HSV(B) 294.11º 0.85% 0.98% -
XYZ 50.71 25.11 93.44 -
YUV 119.1 202.44 207.1 -
System Red Green Blue C M Y K H S L
Decimal 230 37 251 0.08 0.85 0 0.02 294.11 0.96 0.56
Hex E6 25 FB 8 55 0 2 126 60 38
Octal 346 45 373 10 125 0 2 446 140 70
Binary 11100110 100101 11111011 1000 1010101 0 10 100100110 1100000 111000

Color Harmonies of #E625FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E625FB

Black with #E625FB

Text Example


Text Example

White with #E625FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E625FB; }

 p { color: rgb(230,37,251); }

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

background-color css

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

 a { background-color: rgb(230,37,251); }

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

border-color css

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

 span { border-color: rgb(230,37,251); }

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