Html Css Color HEX #ED99F1 Violet

📋 copy color: '#ED99F1'

red 237 ◦ green 153 ◦ blue 241

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

Shades of Violet #ED99F1

Tints of Violet #ED99F1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.25%

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

R = 37.56%
G = 24.25%
B = 38.19%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED99F1 (or 0xED99F1) is known color: Violet. HEX triplet: ED, 99 and F1. RGB value is (237,153,241). Sum of RGB (Red+Green+Blue) = 237+153+241=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED99F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99F1 is #12660E. Grayscale: #BBBBBB. Windows color (decimal): -1205775 or 15833581. OLE color: 15833581.

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

Color convert

RGB 237 153 241 -
CMYK 0.02 0.37 0 0.05
HSL 297.27º 0.76% 0.77% -
HSV(B) 297.27º 0.37% 0.95% -
XYZ 62.19 47.14 89.04 -
YUV 188.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 237 153 241 0.02 0.37 0 0.05 297.27 0.76 0.77
Hex ED 99 F1 2 25 0 5 129 4C 4D
Octal 355 231 361 2 45 0 5 451 114 115
Binary 11101101 10011001 11110001 10 100101 0 101 100101001 1001100 1001101

Color Harmonies of #ED99F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99F1

Black with #ED99F1

Text Example


Text Example

White with #ED99F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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