Html Css Color HEX #EB19F2 Psychedelic Purple

📋 copy color: '#EB19F2'

red 235 ◦ green 25 ◦ blue 242

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

Shades of Psychedelic Purple #EB19F2

Tints of Psychedelic Purple #EB19F2

RGB

 RED value IS 235 (92.19% from 255) = 46.81%

 GREEN value IS 25 (10.16% from 255) = 4.98%

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

R = 46.81%
G = 4.98%
B = 48.21%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB19F2 (or 0xEB19F2) is known color: Psychedelic Purple. HEX triplet: EB, 19 and F2. RGB value is (235,25,242). Sum of RGB (Red+Green+Blue) = 235+25+242=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 25 (10.16% from 255 or 4.98% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB19F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB19F2 is #14E60D. Grayscale: #6F6F6F. Windows color (decimal): -1369614 or 15866347. OLE color: 15866347.

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

Color convert

RGB 235 25 242 -
CMYK 0.03 0.90 0 0.05
HSL 298.06º 0.89% 0.52% -
HSV(B) 298.06º 0.9% 0.95% -
XYZ 50.64 24.77 86.12 -
YUV 112.53 201.07 215.36 -
System Red Green Blue C M Y K H S L
Decimal 235 25 242 0.03 0.90 0 0.05 298.06 0.89 0.52
Hex EB 19 F2 3 5A 0 5 12A 59 34
Octal 353 31 362 3 132 0 5 452 131 64
Binary 11101011 11001 11110010 11 1011010 0 101 100101010 1011001 110100

Color Harmonies of #EB19F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19F2

Black with #EB19F2

Text Example


Text Example

White with #EB19F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19F2; }

 p { color: rgb(235,25,242); }

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

background-color css

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

 a { background-color: rgb(235,25,242); }

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

border-color css

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

 span { border-color: rgb(235,25,242); }

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