Html Css Color HEX #E60CF2 Psychedelic Purple

📋 copy color: '#E60CF2'

red 230 ◦ green 12 ◦ blue 242

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

Shades of Psychedelic Purple #E60CF2

Tints of Psychedelic Purple #E60CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50%

R = 47.52%
G = 2.48%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E60CF2 (or 0xE60CF2) is known color: Psychedelic Purple. HEX triplet: E6, 0C and F2. RGB value is (230,12,242). Sum of RGB (Red+Green+Blue) = 230+12+242=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #E60CF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60CF2 is #19F30D. Grayscale: #666666. Windows color (decimal): -1700622 or 15863014. OLE color: 15863014.

HSL color Cylindrical-coordinate representation of color #E60CF2: hue angle of 296.87º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60CF2 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 12 242 -
CMYK 0.05 0.95 0 0.05
HSL 296.87º 0.91% 0.5% -
HSV(B) 296.87º 0.95% 0.95% -
XYZ 48.79 23.5 85.97 -
YUV 103.4 206.22 218.3 -
System Red Green Blue C M Y K H S L
Decimal 230 12 242 0.05 0.95 0 0.05 296.87 0.91 0.5
Hex E6 C F2 5 5F 0 5 129 5B 32
Octal 346 14 362 5 137 0 5 451 133 62
Binary 11100110 1100 11110010 101 1011111 0 101 100101001 1011011 110010

Color Harmonies of #E60CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CF2

Black with #E60CF2

Text Example


Text Example

White with #E60CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CF2; }

 p { color: rgb(230,12,242); }

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

background-color css

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

 a { background-color: rgb(230,12,242); }

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

border-color css

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

 span { border-color: rgb(230,12,242); }

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