Html Css Color HEX #ED9AF1 Violet

📋 copy color: '#ED9AF1'

red 237 ◦ green 154 ◦ blue 241

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

Shades of Violet #ED9AF1

Tints of Violet #ED9AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.37%

 BLUE value IS 241 (94.53% from 255) = 38.13%

R = 37.5%
G = 24.37%
B = 38.13%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED9AF1 (or 0xED9AF1) is known color: Violet. HEX triplet: ED, 9A and F1. RGB value is (237,154,241). Sum of RGB (Red+Green+Blue) = 237+154+241=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED9AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9AF1 is #12650E. Grayscale: #BCBCBC. Windows color (decimal): -1205519 or 15833837. OLE color: 15833837.

HSL color Cylindrical-coordinate representation of color #ED9AF1: hue angle of 297.24º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED9AF1 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 154 241 -
CMYK 0.02 0.36 0 0.05
HSL 297.24º 0.76% 0.77% -
HSV(B) 297.24º 0.36% 0.95% -
XYZ 62.36 47.47 89.09 -
YUV 188.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 237 154 241 0.02 0.36 0 0.05 297.24 0.76 0.77
Hex ED 9A F1 2 24 0 5 129 4C 4D
Octal 355 232 361 2 44 0 5 451 114 115
Binary 11101101 10011010 11110001 10 100100 0 101 100101001 1001100 1001101

Color Harmonies of #ED9AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9AF1

Black with #ED9AF1

Text Example


Text Example

White with #ED9AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9AF1; }

 p { color: rgb(237,154,241); }

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

background-color css

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

 a { background-color: rgb(237,154,241); }

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

border-color css

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

 span { border-color: rgb(237,154,241); }

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