Html Css Color HEX #ED1CFB Psychedelic Purple

📋 copy color: '#ED1CFB'

red 237 ◦ green 28 ◦ blue 251

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

Shades of Psychedelic Purple #ED1CFB

Tints of Psychedelic Purple #ED1CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 45.93%
G = 5.43%
B = 48.64%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED1CFB (or 0xED1CFB) is known color: Psychedelic Purple. HEX triplet: ED, 1C and FB. RGB value is (237,28,251). Sum of RGB (Red+Green+Blue) = 237+28+251=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED1CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1CFB is #12E304. Grayscale: #737373. Windows color (decimal): -1237765 or 16456941. OLE color: 16456941.

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

Color convert

RGB 237 28 251 -
CMYK 0.06 0.89 0 0.02
HSL 296.23º 0.97% 0.55% -
HSV(B) 296.23º 0.89% 0.98% -
XYZ 52.75 25.8 93.47 -
YUV 115.91 204.24 214.37 -
System Red Green Blue C M Y K H S L
Decimal 237 28 251 0.06 0.89 0 0.02 296.23 0.97 0.55
Hex ED 1C FB 6 59 0 2 128 61 37
Octal 355 34 373 6 131 0 2 450 141 67
Binary 11101101 11100 11111011 110 1011001 0 10 100101000 1100001 110111

Color Harmonies of #ED1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1CFB

Black with #ED1CFB

Text Example


Text Example

White with #ED1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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