Html Css Color HEX #ED8EE5 Violet

📋 copy color: '#ED8EE5'

red 237 ◦ green 142 ◦ blue 229

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

Shades of Violet #ED8EE5

Tints of Violet #ED8EE5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.36%

 BLUE value IS 229 (89.84% from 255) = 37.66%

R = 38.98%
G = 23.36%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED8EE5 (or 0xED8EE5) is known color: Violet. HEX triplet: ED, 8E and E5. RGB value is (237,142,229). Sum of RGB (Red+Green+Blue) = 237+142+229=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EE5 is #12711A. Grayscale: #B4B4B4. Windows color (decimal): -1208603 or 15044333. OLE color: 15044333.

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

Color convert

RGB 237 142 229 -
CMYK 0 0.40 0.03 0.07
HSL 305.05º 0.73% 0.74% -
HSV(B) 305.05º 0.4% 0.93% -
XYZ 58.74 43.01 79.33 -
YUV 180.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 237 142 229 0 0.40 0.03 0.07 305.05 0.73 0.74
Hex ED 8E E5 0 28 3 7 131 49 4A
Octal 355 216 345 0 50 3 7 461 111 112
Binary 11101101 10001110 11100101 0 101000 11 111 100110001 1001001 1001010

Color Harmonies of #ED8EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8EE5

Black with #ED8EE5

Text Example


Text Example

White with #ED8EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8EE5; }

 p { color: rgb(237,142,229); }

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

background-color css

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

 a { background-color: rgb(237,142,229); }

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

border-color css

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

 span { border-color: rgb(237,142,229); }

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