Html Css Color HEX #EC17F2 Psychedelic Purple

📋 copy color: '#EC17F2'

red 236 ◦ green 23 ◦ blue 242

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

Shades of Psychedelic Purple #EC17F2

Tints of Psychedelic Purple #EC17F2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.59%

 BLUE value IS 242 (94.92% from 255) = 48.3%

R = 47.11%
G = 4.59%
B = 48.3%

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

#EC17F2 (or 0xEC17F2) is known color: Psychedelic Purple. HEX triplet: EC, 17 and F2. RGB value is (236,23,242). Sum of RGB (Red+Green+Blue) = 236+23+242=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC17F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17F2 is #13E80D. Grayscale: #6E6E6E. Windows color (decimal): -1304590 or 15865836. OLE color: 15865836.

HSL color Cylindrical-coordinate representation of color #EC17F2: hue angle of 298.36º 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 #EC17F2 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 23 242 -
CMYK 0.02 0.90 0 0.05
HSL 298.36º 0.89% 0.52% -
HSV(B) 298.36º 0.9% 0.95% -
XYZ 50.93 24.86 86.12 -
YUV 111.65 201.57 216.69 -
System Red Green Blue C M Y K H S L
Decimal 236 23 242 0.02 0.90 0 0.05 298.36 0.89 0.52
Hex EC 17 F2 2 5A 0 5 12A 59 34
Octal 354 27 362 2 132 0 5 452 131 64
Binary 11101100 10111 11110010 10 1011010 0 101 100101010 1011001 110100

Color Harmonies of #EC17F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC17F2

Black with #EC17F2

Text Example


Text Example

White with #EC17F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC17F2; }

 p { color: rgb(236,23,242); }

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

background-color css

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

 a { background-color: rgb(236,23,242); }

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

border-color css

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

 span { border-color: rgb(236,23,242); }

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