Html Css Color HEX #EC27FA Psychedelic Purple

📋 copy color: '#EC27FA'

red 236 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #EC27FA

Tints of Psychedelic Purple #EC27FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.43%

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

R = 44.95%
G = 7.43%
B = 47.62%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC27FA (or 0xEC27FA) is known color: Psychedelic Purple. HEX triplet: EC, 27 and FA. RGB value is (236,39,250). Sum of RGB (Red+Green+Blue) = 236+39+250=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 39 (15.62% from 255 or 7.43% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC27FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC27FA is #13D805. Grayscale: #797979. Windows color (decimal): -1300486 or 16394220. OLE color: 16394220.

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

Color convert

RGB 236 39 250 -
CMYK 0.06 0.84 0 0.02
HSL 296.02º 0.95% 0.57% -
HSV(B) 296.02º 0.84% 0.98% -
XYZ 52.57 26.19 92.73 -
YUV 121.96 200.27 209.34 -
System Red Green Blue C M Y K H S L
Decimal 236 39 250 0.06 0.84 0 0.02 296.02 0.95 0.57
Hex EC 27 FA 6 54 0 2 128 5F 39
Octal 354 47 372 6 124 0 2 450 137 71
Binary 11101100 100111 11111010 110 1010100 0 10 100101000 1011111 111001

Color Harmonies of #EC27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC27FA

Black with #EC27FA

Text Example


Text Example

White with #EC27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC27FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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