Html Css Color HEX #ED89F2 Violet

📋 copy color: '#ED89F2'

red 237 ◦ green 137 ◦ blue 242

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

Shades of Violet #ED89F2

Tints of Violet #ED89F2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.24%

 BLUE value IS 242 (94.92% from 255) = 39.29%

R = 38.47%
G = 22.24%
B = 39.29%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED89F2 (or 0xED89F2) is known color: Violet. HEX triplet: ED, 89 and F2. RGB value is (237,137,242). Sum of RGB (Red+Green+Blue) = 237+137+242=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 137 (53.91% from 255 or 22.24% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED89F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED89F2 is #12760D. Grayscale: #B2B2B2. Windows color (decimal): -1209870 or 15895021. OLE color: 15895021.

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

Color convert

RGB 237 137 242 -
CMYK 0.02 0.43 0 0.05
HSL 297.14º 0.8% 0.74% -
HSV(B) 297.14º 0.43% 0.95% -
XYZ 59.9 42.31 89.01 -
YUV 178.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 237 137 242 0.02 0.43 0 0.05 297.14 0.8 0.74
Hex ED 89 F2 2 2B 0 5 129 50 4A
Octal 355 211 362 2 53 0 5 451 120 112
Binary 11101101 10001001 11110010 10 101011 0 101 100101001 1010000 1001010

Color Harmonies of #ED89F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89F2

Black with #ED89F2

Text Example


Text Example

White with #ED89F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89F2; }

 p { color: rgb(237,137,242); }

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

background-color css

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

 a { background-color: rgb(237,137,242); }

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

border-color css

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

 span { border-color: rgb(237,137,242); }

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