Html Css Color HEX #EA15F2 Psychedelic Purple

📋 copy color: '#EA15F2'

red 234 ◦ green 21 ◦ blue 242

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

Shades of Psychedelic Purple #EA15F2

Tints of Psychedelic Purple #EA15F2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.23%

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

R = 47.08%
G = 4.23%
B = 48.69%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EA15F2 (or 0xEA15F2) is known color: Psychedelic Purple. HEX triplet: EA, 15 and F2. RGB value is (234,21,242). Sum of RGB (Red+Green+Blue) = 234+21+242=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA15F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA15F2 is #15EA0D. Grayscale: #6D6D6D. Windows color (decimal): -1436174 or 15865322. OLE color: 15865322.

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

Color convert

RGB 234 21 242 -
CMYK 0.03 0.91 0 0.05
HSL 297.83º 0.89% 0.52% -
HSV(B) 297.83º 0.91% 0.95% -
XYZ 50.23 24.44 86.07 -
YUV 109.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 234 21 242 0.03 0.91 0 0.05 297.83 0.89 0.52
Hex EA 15 F2 3 5B 0 5 12A 59 34
Octal 352 25 362 3 133 0 5 452 131 64
Binary 11101010 10101 11110010 11 1011011 0 101 100101010 1011001 110100

Color Harmonies of #EA15F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA15F2

Black with #EA15F2

Text Example


Text Example

White with #EA15F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA15F2; }

 p { color: rgb(234,21,242); }

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

background-color css

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

 a { background-color: rgb(234,21,242); }

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

border-color css

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

 span { border-color: rgb(234,21,242); }

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