Html Css Color HEX #EC07FB Psychedelic Purple

📋 copy color: '#EC07FB'

red 236 ◦ green 7 ◦ blue 251

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

Shades of Psychedelic Purple #EC07FB

Tints of Psychedelic Purple #EC07FB

RGB

 RED value IS 236 (92.58% from 255) = 47.77%

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

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

R = 47.77%
G = 1.42%
B = 50.81%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC07FB (or 0xEC07FB) is known color: Psychedelic Purple. HEX triplet: EC, 07 and FB. RGB value is (236,7,251). Sum of RGB (Red+Green+Blue) = 236+7+251=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 7 (3.12% from 255 or 1.42% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC07FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07FB is #13F804. Grayscale: #666666. Windows color (decimal): -1308677 or 16451564. OLE color: 16451564.

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

Color convert

RGB 236 7 251 -
CMYK 0.06 0.97 0 0.02
HSL 296.31º 0.97% 0.51% -
HSV(B) 296.31º 0.97% 0.98% -
XYZ 52.08 24.95 93.34 -
YUV 103.29 211.37 222.66 -
System Red Green Blue C M Y K H S L
Decimal 236 7 251 0.06 0.97 0 0.02 296.31 0.97 0.51
Hex EC 7 FB 6 61 0 2 128 61 33
Octal 354 7 373 6 141 0 2 450 141 63
Binary 11101100 111 11111011 110 1100001 0 10 100101000 1100001 110011

Color Harmonies of #EC07FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07FB

Black with #EC07FB

Text Example


Text Example

White with #EC07FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07FB; }

 p { color: rgb(236,7,251); }

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

background-color css

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

 a { background-color: rgb(236,7,251); }

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

border-color css

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

 span { border-color: rgb(236,7,251); }

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