Html Css Color HEX #E614F4 Psychedelic Purple

📋 copy color: '#E614F4'

red 230 ◦ green 20 ◦ blue 244

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

Shades of Psychedelic Purple #E614F4

Tints of Psychedelic Purple #E614F4

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.05%

 BLUE value IS 244 (95.7% from 255) = 49.39%

R = 46.56%
G = 4.05%
B = 49.39%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E614F4 (or 0xE614F4) is known color: Psychedelic Purple. HEX triplet: E6, 14 and F4. RGB value is (230,20,244). Sum of RGB (Red+Green+Blue) = 230+20+244=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 20 (8.20% from 255 or 4.05% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #E614F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E614F4 is #19EB0B. Grayscale: #6B6B6B. Windows color (decimal): -1698572 or 15996134. OLE color: 15996134.

HSL color Cylindrical-coordinate representation of color #E614F4: hue angle of 296.25º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E614F4 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 20 244 -
CMYK 0.06 0.92 0 0.04
HSL 296.25º 0.91% 0.52% -
HSV(B) 296.25º 0.92% 0.96% -
XYZ 49.21 23.85 87.6 -
YUV 108.33 204.57 214.79 -
System Red Green Blue C M Y K H S L
Decimal 230 20 244 0.06 0.92 0 0.04 296.25 0.91 0.52
Hex E6 14 F4 6 5C 0 4 128 5B 34
Octal 346 24 364 6 134 0 4 450 133 64
Binary 11100110 10100 11110100 110 1011100 0 100 100101000 1011011 110100

Color Harmonies of #E614F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E614F4

Black with #E614F4

Text Example


Text Example

White with #E614F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E614F4; }

 p { color: rgb(230,20,244); }

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

background-color css

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

 a { background-color: rgb(230,20,244); }

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

border-color css

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

 span { border-color: rgb(230,20,244); }

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