Html Css Color HEX #ED1CFF Psychedelic Purple

📋 copy color: '#ED1CFF'

red 237 ◦ green 28 ◦ blue 255

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

Shades of Psychedelic Purple #ED1CFF

Tints of Psychedelic Purple #ED1CFF

RGB

 RED value IS 237 (92.97% from 255) = 45.58%

 GREEN value IS 28 (11.33% from 255) = 5.38%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 45.58%
G = 5.38%
B = 49.04%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED1CFF (or 0xED1CFF) is known color: Psychedelic Purple. HEX triplet: ED, 1C and FF. RGB value is (237,28,255). Sum of RGB (Red+Green+Blue) = 237+28+255=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 28 (11.33% from 255 or 5.38% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED1CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1CFF is #12E300. Grayscale: #737373. Windows color (decimal): -1237761 or 16719085. OLE color: 16719085.

HSL color Cylindrical-coordinate representation of color #ED1CFF: hue angle of 295.24º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1CFF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 28 255 -
CMYK 0.07 0.89 0 0
HSL 295.24º 1% 0.55% -
HSV(B) 295.24º 0.89% 1% -
XYZ 53.39 26.06 96.82 -
YUV 116.37 206.24 214.04 -
System Red Green Blue C M Y K H S L
Decimal 237 28 255 0.07 0.89 0 0 295.24 1 0.55
Hex ED 1C FF 7 59 0 0 127 64 37
Octal 355 34 377 7 131 0 0 447 144 67
Binary 11101101 11100 11111111 111 1011001 0 0 100100111 1100100 110111

Color Harmonies of #ED1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1CFF

Black with #ED1CFF

Text Example


Text Example

White with #ED1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1CFF; }

 p { color: rgb(237,28,255); }

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

background-color css

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

 a { background-color: rgb(237,28,255); }

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

border-color css

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

 span { border-color: rgb(237,28,255); }

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