Html Css Color HEX #E60BFA Psychedelic Purple

📋 copy color: '#E60BFA'

red 230 ◦ green 11 ◦ blue 250

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

Shades of Psychedelic Purple #E60BFA

Tints of Psychedelic Purple #E60BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.24%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 46.84%
G = 2.24%
B = 50.92%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E60BFA (or 0xE60BFA) is known color: Psychedelic Purple. HEX triplet: E6, 0B and FA. RGB value is (230,11,250). Sum of RGB (Red+Green+Blue) = 230+11+250=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 11 (4.69% from 255 or 2.24% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #E60BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60BFA is #19F405. Grayscale: #666666. Windows color (decimal): -1700870 or 16387046. OLE color: 16387046.

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

Color convert

RGB 230 11 250 -
CMYK 0.08 0.96 0 0.02
HSL 294.98º 0.96% 0.51% -
HSV(B) 294.98º 0.96% 0.98% -
XYZ 50.01 23.96 92.43 -
YUV 103.73 210.55 218.07 -
System Red Green Blue C M Y K H S L
Decimal 230 11 250 0.08 0.96 0 0.02 294.98 0.96 0.51
Hex E6 B FA 8 60 0 2 127 60 33
Octal 346 13 372 10 140 0 2 447 140 63
Binary 11100110 1011 11111010 1000 1100000 0 10 100100111 1100000 110011

Color Harmonies of #E60BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BFA

Black with #E60BFA

Text Example


Text Example

White with #E60BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BFA; }

 p { color: rgb(230,11,250); }

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

background-color css

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

 a { background-color: rgb(230,11,250); }

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

border-color css

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

 span { border-color: rgb(230,11,250); }

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