Html Css Color HEX #EA27EF Psychedelic Purple

📋 copy color: '#EA27EF'

red 234 ◦ green 39 ◦ blue 239

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

Shades of Psychedelic Purple #EA27EF

Tints of Psychedelic Purple #EA27EF

RGB

 RED value IS 234 (91.8% from 255) = 45.7%

 GREEN value IS 39 (15.63% from 255) = 7.62%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 45.7%
G = 7.62%
B = 46.68%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA27EF (or 0xEA27EF) is known color: Psychedelic Purple. HEX triplet: EA, 27 and EF. RGB value is (234,39,239). Sum of RGB (Red+Green+Blue) = 234+39+239=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA27EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA27EF is #15D810. Grayscale: #777777. Windows color (decimal): -1431569 or 15673322. OLE color: 15673322.

HSL color Cylindrical-coordinate representation of color #EA27EF: hue angle of 298.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA27EF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 39 239 -
CMYK 0.02 0.84 0 0.06
HSL 298.5º 0.86% 0.55% -
HSV(B) 298.5º 0.84% 0.94% -
XYZ 50.24 25.18 83.87 -
YUV 120.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 234 39 239 0.02 0.84 0 0.06 298.5 0.86 0.55
Hex EA 27 EF 2 54 0 6 12A 56 37
Octal 352 47 357 2 124 0 6 452 126 67
Binary 11101010 100111 11101111 10 1010100 0 110 100101010 1010110 110111

Color Harmonies of #EA27EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA27EF

Black with #EA27EF

Text Example


Text Example

White with #EA27EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA27EF; }

 p { color: rgb(234,39,239); }

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

background-color css

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

 a { background-color: rgb(234,39,239); }

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

border-color css

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

 span { border-color: rgb(234,39,239); }

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