Html Css Color HEX #ED27FA Psychedelic Purple

📋 copy color: '#ED27FA'

red 237 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #ED27FA

Tints of Psychedelic Purple #ED27FA

RGB

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

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

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

R = 45.06%
G = 7.41%
B = 47.53%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED27FA (or 0xED27FA) is known color: Psychedelic Purple. HEX triplet: ED, 27 and FA. RGB value is (237,39,250). Sum of RGB (Red+Green+Blue) = 237+39+250=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 39 (15.62% from 255 or 7.41% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED27FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED27FA is #12D805. Grayscale: #797979. Windows color (decimal): -1234950 or 16394221. OLE color: 16394221.

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

Color convert

RGB 237 39 250 -
CMYK 0.05 0.84 0 0.02
HSL 296.3º 0.95% 0.57% -
HSV(B) 296.3º 0.84% 0.98% -
XYZ 52.91 26.36 92.74 -
YUV 122.26 200.1 209.84 -
System Red Green Blue C M Y K H S L
Decimal 237 39 250 0.05 0.84 0 0.02 296.3 0.95 0.57
Hex ED 27 FA 5 54 0 2 128 5F 39
Octal 355 47 372 5 124 0 2 450 137 71
Binary 11101101 100111 11111010 101 1010100 0 10 100101000 1011111 111001

Color Harmonies of #ED27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED27FA

Black with #ED27FA

Text Example


Text Example

White with #ED27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED27FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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