Html Css Color HEX #EC18F1 Psychedelic Purple

📋 copy color: '#EC18F1'

red 236 ◦ green 24 ◦ blue 241

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

Shades of Psychedelic Purple #EC18F1

Tints of Psychedelic Purple #EC18F1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.79%

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 47.11%
G = 4.79%
B = 48.1%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC18F1 (or 0xEC18F1) is known color: Psychedelic Purple. HEX triplet: EC, 18 and F1. RGB value is (236,24,241). Sum of RGB (Red+Green+Blue) = 236+24+241=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC18F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18F1 is #13E70E. Grayscale: #6F6F6F. Windows color (decimal): -1304335 or 15800556. OLE color: 15800556.

HSL color Cylindrical-coordinate representation of color #EC18F1: hue angle of 298.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18F1 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 24 241 -
CMYK 0.02 0.90 0 0.05
HSL 298.62º 0.89% 0.52% -
HSV(B) 298.62º 0.9% 0.95% -
XYZ 50.8 24.84 85.34 -
YUV 112.13 200.74 216.36 -
System Red Green Blue C M Y K H S L
Decimal 236 24 241 0.02 0.90 0 0.05 298.62 0.89 0.52
Hex EC 18 F1 2 5A 0 5 12B 59 34
Octal 354 30 361 2 132 0 5 453 131 64
Binary 11101100 11000 11110001 10 1011010 0 101 100101011 1011001 110100

Color Harmonies of #EC18F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18F1

Black with #EC18F1

Text Example


Text Example

White with #EC18F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18F1; }

 p { color: rgb(236,24,241); }

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

background-color css

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

 a { background-color: rgb(236,24,241); }

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

border-color css

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

 span { border-color: rgb(236,24,241); }

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