Html Css Color HEX #EC09FA Psychedelic Purple

📋 copy color: '#EC09FA'

red 236 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #EC09FA

Tints of Psychedelic Purple #EC09FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.82%

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 47.68%
G = 1.82%
B = 50.51%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC09FA (or 0xEC09FA) is known color: Psychedelic Purple. HEX triplet: EC, 09 and FA. RGB value is (236,9,250). Sum of RGB (Red+Green+Blue) = 236+9+250=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 9 (3.91% from 255 or 1.82% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC09FA is #13F605. Grayscale: #676767. Windows color (decimal): -1308166 or 16386540. OLE color: 16386540.

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

Color convert

RGB 236 9 250 -
CMYK 0.06 0.96 0 0.02
HSL 296.51º 0.96% 0.51% -
HSV(B) 296.51º 0.96% 0.98% -
XYZ 51.95 24.93 92.52 -
YUV 104.35 210.21 221.9 -
System Red Green Blue C M Y K H S L
Decimal 236 9 250 0.06 0.96 0 0.02 296.51 0.96 0.51
Hex EC 9 FA 6 60 0 2 129 60 33
Octal 354 11 372 6 140 0 2 451 140 63
Binary 11101100 1001 11111010 110 1100000 0 10 100101001 1100000 110011

Color Harmonies of #EC09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC09FA

Black with #EC09FA

Text Example


Text Example

White with #EC09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC09FA; }

 p { color: rgb(236,9,250); }

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

background-color css

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

 a { background-color: rgb(236,9,250); }

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

border-color css

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

 span { border-color: rgb(236,9,250); }

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