Html Css Color HEX #EB0CFB Psychedelic Purple

📋 copy color: '#EB0CFB'

red 235 ◦ green 12 ◦ blue 251

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

Shades of Psychedelic Purple #EB0CFB

Tints of Psychedelic Purple #EB0CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 47.19%
G = 2.41%
B = 50.4%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB0CFB (or 0xEB0CFB) is known color: Psychedelic Purple. HEX triplet: EB, 0C and FB. RGB value is (235,12,251). Sum of RGB (Red+Green+Blue) = 235+12+251=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 12 (5.08% from 255 or 2.41% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB0CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0CFB is #14F304. Grayscale: #696969. Windows color (decimal): -1372933 or 16452843. OLE color: 16452843.

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

Color convert

RGB 235 12 251 -
CMYK 0.06 0.95 0 0.02
HSL 295.98º 0.97% 0.52% -
HSV(B) 295.98º 0.95% 0.98% -
XYZ 51.81 24.89 93.34 -
YUV 105.92 209.88 220.07 -
System Red Green Blue C M Y K H S L
Decimal 235 12 251 0.06 0.95 0 0.02 295.98 0.97 0.52
Hex EB C FB 6 5F 0 2 128 61 34
Octal 353 14 373 6 137 0 2 450 141 64
Binary 11101011 1100 11111011 110 1011111 0 10 100101000 1100001 110100

Color Harmonies of #EB0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CFB

Black with #EB0CFB

Text Example


Text Example

White with #EB0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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