Html Css Color HEX #ED6AEA Violet

📋 copy color: '#ED6AEA'

red 237 ◦ green 106 ◦ blue 234

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

Shades of Violet #ED6AEA

Tints of Violet #ED6AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.37%

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 41.07%
G = 18.37%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED6AEA (or 0xED6AEA) is known color: Violet. HEX triplet: ED, 6A and EA. RGB value is (237,106,234). Sum of RGB (Red+Green+Blue) = 237+106+234=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 106 (41.80% from 255 or 18.37% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6AEA is #129515. Grayscale: #9F9F9F. Windows color (decimal): -1217814 or 15362797. OLE color: 15362797.

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

Color convert

RGB 237 106 234 -
CMYK 0 0.55 0.01 0.07
HSL 301.37º 0.78% 0.67% -
HSV(B) 301.37º 0.55% 0.93% -
XYZ 54.93 34.25 81.56 -
YUV 159.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 237 106 234 0 0.55 0.01 0.07 301.37 0.78 0.67
Hex ED 6A EA 0 37 1 7 12D 4E 43
Octal 355 152 352 0 67 1 7 455 116 103
Binary 11101101 1101010 11101010 0 110111 1 111 100101101 1001110 1000011

Color Harmonies of #ED6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6AEA

Black with #ED6AEA

Text Example


Text Example

White with #ED6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6AEA; }

 p { color: rgb(237,106,234); }

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

background-color css

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

 a { background-color: rgb(237,106,234); }

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

border-color css

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

 span { border-color: rgb(237,106,234); }

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