Html Css Color HEX #EB0CF5 Psychedelic Purple

📋 copy color: '#EB0CF5'

red 235 ◦ green 12 ◦ blue 245

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

Shades of Psychedelic Purple #EB0CF5

Tints of Psychedelic Purple #EB0CF5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.44%

 BLUE value IS 245 (96.09% from 255) = 49.8%

R = 47.76%
G = 2.44%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EB0CF5 (or 0xEB0CF5) is known color: Psychedelic Purple. HEX triplet: EB, 0C and F5. RGB value is (235,12,245). Sum of RGB (Red+Green+Blue) = 235+12+245=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB0CF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0CF5 is #14F30A. Grayscale: #686868. Windows color (decimal): -1372939 or 16059627. OLE color: 16059627.

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

Color convert

RGB 235 12 245 -
CMYK 0.04 0.95 0 0.04
HSL 297.42º 0.92% 0.5% -
HSV(B) 297.42º 0.95% 0.96% -
XYZ 50.87 24.52 88.44 -
YUV 105.24 206.88 220.55 -
System Red Green Blue C M Y K H S L
Decimal 235 12 245 0.04 0.95 0 0.04 297.42 0.92 0.5
Hex EB C F5 4 5F 0 4 129 5C 32
Octal 353 14 365 4 137 0 4 451 134 62
Binary 11101011 1100 11110101 100 1011111 0 100 100101001 1011100 110010

Color Harmonies of #EB0CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CF5

Black with #EB0CF5

Text Example


Text Example

White with #EB0CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CF5; }

 p { color: rgb(235,12,245); }

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

background-color css

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

 a { background-color: rgb(235,12,245); }

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

border-color css

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

 span { border-color: rgb(235,12,245); }

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