Html Css Color HEX #E90CFD Psychedelic Purple

📋 copy color: '#E90CFD'

red 233 ◦ green 12 ◦ blue 253

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

Shades of Psychedelic Purple #E90CFD

Tints of Psychedelic Purple #E90CFD

RGB

 RED value IS 233 (91.41% from 255) = 46.79%

 GREEN value IS 12 (5.08% from 255) = 2.41%

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

R = 46.79%
G = 2.41%
B = 50.8%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E90CFD (or 0xE90CFD) is known color: Psychedelic Purple. HEX triplet: E9, 0C and FD. RGB value is (233,12,253). Sum of RGB (Red+Green+Blue) = 233+12+253=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 12 (5.08% from 255 or 2.41% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #E90CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90CFD is #16F302. Grayscale: #686868. Windows color (decimal): -1504003 or 16583913. OLE color: 16583913.

HSL color Cylindrical-coordinate representation of color #E90CFD: hue angle of 295.02º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CFD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 12 253 -
CMYK 0.08 0.95 0 0.01
HSL 295.02º 0.98% 0.52% -
HSV(B) 295.02º 0.95% 0.99% -
XYZ 51.47 24.68 94.98 -
YUV 105.55 211.22 218.9 -
System Red Green Blue C M Y K H S L
Decimal 233 12 253 0.08 0.95 0 0.01 295.02 0.98 0.52
Hex E9 C FD 8 5F 0 1 127 62 34
Octal 351 14 375 10 137 0 1 447 142 64
Binary 11101001 1100 11111101 1000 1011111 0 1 100100111 1100010 110100

Color Harmonies of #E90CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90CFD

Black with #E90CFD

Text Example


Text Example

White with #E90CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90CFD; }

 p { color: rgb(233,12,253); }

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

background-color css

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

 a { background-color: rgb(233,12,253); }

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

border-color css

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

 span { border-color: rgb(233,12,253); }

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