Html Css Color HEX #ED2AFB Psychedelic Purple

📋 copy color: '#ED2AFB'

red 237 ◦ green 42 ◦ blue 251

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

Shades of Psychedelic Purple #ED2AFB

Tints of Psychedelic Purple #ED2AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.92%

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

R = 44.72%
G = 7.92%
B = 47.36%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED2AFB (or 0xED2AFB) is known color: Psychedelic Purple. HEX triplet: ED, 2A and FB. RGB value is (237,42,251). Sum of RGB (Red+Green+Blue) = 237+42+251=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 42 (16.80% from 255 or 7.92% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED2AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AFB is #12D504. Grayscale: #7B7B7B. Windows color (decimal): -1234181 or 16460525. OLE color: 16460525.

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

Color convert

RGB 237 42 251 -
CMYK 0.06 0.83 0 0.02
HSL 295.98º 0.96% 0.57% -
HSV(B) 295.98º 0.83% 0.98% -
XYZ 53.17 26.63 93.6 -
YUV 124.13 199.6 208.51 -
System Red Green Blue C M Y K H S L
Decimal 237 42 251 0.06 0.83 0 0.02 295.98 0.96 0.57
Hex ED 2A FB 6 53 0 2 128 60 39
Octal 355 52 373 6 123 0 2 450 140 71
Binary 11101101 101010 11111011 110 1010011 0 10 100101000 1100000 111001

Color Harmonies of #ED2AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2AFB

Black with #ED2AFB

Text Example


Text Example

White with #ED2AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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