Html Css Color HEX #ED8AEA Violet

📋 copy color: '#ED8AEA'

red 237 ◦ green 138 ◦ blue 234

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

Shades of Violet #ED8AEA

Tints of Violet #ED8AEA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.66%

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

R = 38.92%
G = 22.66%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED8AEA (or 0xED8AEA) is known color: Violet. HEX triplet: ED, 8A and EA. RGB value is (237,138,234). Sum of RGB (Red+Green+Blue) = 237+138+234=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AEA is #127515. Grayscale: #B2B2B2. Windows color (decimal): -1209622 or 15370989. OLE color: 15370989.

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

Color convert

RGB 237 138 234 -
CMYK 0 0.42 0.01 0.07
HSL 301.82º 0.73% 0.74% -
HSV(B) 301.82º 0.42% 0.93% -
XYZ 58.86 42.12 82.87 -
YUV 178.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 237 138 234 0 0.42 0.01 0.07 301.82 0.73 0.74
Hex ED 8A EA 0 2A 1 7 12E 49 4A
Octal 355 212 352 0 52 1 7 456 111 112
Binary 11101101 10001010 11101010 0 101010 1 111 100101110 1001001 1001010

Color Harmonies of #ED8AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8AEA

Black with #ED8AEA

Text Example


Text Example

White with #ED8AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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