Html Css Color HEX #E227FB Psychedelic Purple

📋 copy color: '#E227FB'

red 226 ◦ green 39 ◦ blue 251

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

Shades of Psychedelic Purple #E227FB

Tints of Psychedelic Purple #E227FB

RGB

 RED value IS 226 (88.67% from 255) = 43.8%

 GREEN value IS 39 (15.63% from 255) = 7.56%

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

R = 43.8%
G = 7.56%
B = 48.64%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E227FB (or 0xE227FB) is known color: Psychedelic Purple. HEX triplet: E2, 27 and FB. RGB value is (226,39,251). Sum of RGB (Red+Green+Blue) = 226+39+251=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 39 (15.62% from 255 or 7.56% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #E227FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E227FB is #1DD804. Grayscale: #767676. Windows color (decimal): -1955845 or 16459746. OLE color: 16459746.

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

Color convert

RGB 226 39 251 -
CMYK 0.10 0.84 0 0.02
HSL 292.92º 0.96% 0.57% -
HSV(B) 292.92º 0.84% 0.98% -
XYZ 49.5 24.58 93.4 -
YUV 119.08 202.45 204.26 -
System Red Green Blue C M Y K H S L
Decimal 226 39 251 0.10 0.84 0 0.02 292.92 0.96 0.57
Hex E2 27 FB A 54 0 2 125 60 39
Octal 342 47 373 12 124 0 2 445 140 71
Binary 11100010 100111 11111011 1010 1010100 0 10 100100101 1100000 111001

Color Harmonies of #E227FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E227FB

Black with #E227FB

Text Example


Text Example

White with #E227FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E227FB; }

 p { color: rgb(226,39,251); }

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

background-color css

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

 a { background-color: rgb(226,39,251); }

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

border-color css

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

 span { border-color: rgb(226,39,251); }

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