Html Css Color HEX #EA07EF Psychedelic Purple

📋 copy color: '#EA07EF'

red 234 ◦ green 7 ◦ blue 239

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

Shades of Psychedelic Purple #EA07EF

Tints of Psychedelic Purple #EA07EF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.46%

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

R = 48.75%
G = 1.46%
B = 49.79%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA07EF (or 0xEA07EF) is known color: Psychedelic Purple. HEX triplet: EA, 07 and EF. RGB value is (234,7,239). Sum of RGB (Red+Green+Blue) = 234+7+239=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 7 (3.12% from 255 or 1.46% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA07EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA07EF is #15F810. Grayscale: #646464. Windows color (decimal): -1439761 or 15665130. OLE color: 15665130.

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

Color convert

RGB 234 7 239 -
CMYK 0.02 0.97 0 0.06
HSL 298.71º 0.94% 0.48% -
HSV(B) 298.71º 0.97% 0.94% -
XYZ 49.59 23.88 83.66 -
YUV 101.32 205.71 222.64 -
System Red Green Blue C M Y K H S L
Decimal 234 7 239 0.02 0.97 0 0.06 298.71 0.94 0.48
Hex EA 7 EF 2 61 0 6 12B 5E 30
Octal 352 7 357 2 141 0 6 453 136 60
Binary 11101010 111 11101111 10 1100001 0 110 100101011 1011110 110000

Color Harmonies of #EA07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07EF

Black with #EA07EF

Text Example


Text Example

White with #EA07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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