Html Css Color HEX #E60CFD Psychedelic Purple

📋 copy color: '#E60CFD'

red 230 ◦ green 12 ◦ blue 253

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

Shades of Psychedelic Purple #E60CFD

Tints of Psychedelic Purple #E60CFD

RGB

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

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

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

R = 46.46%
G = 2.42%
B = 51.11%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E60CFD (or 0xE60CFD) is known color: Psychedelic Purple. HEX triplet: E6, 0C and FD. RGB value is (230,12,253). Sum of RGB (Red+Green+Blue) = 230+12+253=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #E60CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60CFD is #19F302. Grayscale: #676767. Windows color (decimal): -1700611 or 16583910. OLE color: 16583910.

HSL color Cylindrical-coordinate representation of color #E60CFD: hue angle of 294.27º 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 #E60CFD is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 12 253 -
CMYK 0.09 0.95 0 0.01
HSL 294.27º 0.98% 0.52% -
HSV(B) 294.27º 0.95% 0.99% -
XYZ 50.49 24.18 94.93 -
YUV 104.66 211.72 217.4 -
System Red Green Blue C M Y K H S L
Decimal 230 12 253 0.09 0.95 0 0.01 294.27 0.98 0.52
Hex E6 C FD 9 5F 0 1 126 62 34
Octal 346 14 375 11 137 0 1 446 142 64
Binary 11100110 1100 11111101 1001 1011111 0 1 100100110 1100010 110100

Color Harmonies of #E60CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CFD

Black with #E60CFD

Text Example


Text Example

White with #E60CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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