Html Css Color HEX #E706ED Psychedelic Purple

📋 copy color: '#E706ED'

red 231 ◦ green 6 ◦ blue 237

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

Shades of Psychedelic Purple #E706ED

Tints of Psychedelic Purple #E706ED

RGB

 RED value IS 231 (90.63% from 255) = 48.73%

 GREEN value IS 6 (2.73% from 255) = 1.27%

 BLUE value IS 237 (92.97% from 255) = 50%

R = 48.73%
G = 1.27%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E706ED (or 0xE706ED) is known color: Psychedelic Purple. HEX triplet: E7, 06 and ED. RGB value is (231,6,237). Sum of RGB (Red+Green+Blue) = 231+6+237=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #E706ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E706ED is #18F912. Grayscale: #626262. Windows color (decimal): -1636627 or 15533799. OLE color: 15533799.

HSL color Cylindrical-coordinate representation of color #E706ED: hue angle of 298.44º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E706ED is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 6 237 -
CMYK 0.03 0.97 0 0.07
HSL 298.44º 0.95% 0.48% -
HSV(B) 298.44º 0.97% 0.93% -
XYZ 48.31 23.23 82.06 -
YUV 99.61 205.54 221.72 -
System Red Green Blue C M Y K H S L
Decimal 231 6 237 0.03 0.97 0 0.07 298.44 0.95 0.48
Hex E7 6 ED 3 61 0 7 12A 5F 30
Octal 347 6 355 3 141 0 7 452 137 60
Binary 11100111 110 11101101 11 1100001 0 111 100101010 1011111 110000

Color Harmonies of #E706ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706ED

Black with #E706ED

Text Example


Text Example

White with #E706ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706ED; }

 p { color: rgb(231,6,237); }

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

background-color css

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

 a { background-color: rgb(231,6,237); }

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

border-color css

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

 span { border-color: rgb(231,6,237); }

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