Html Css Color HEX #ED99F2 Violet

📋 copy color: '#ED99F2'

red 237 ◦ green 153 ◦ blue 242

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

Shades of Violet #ED99F2

Tints of Violet #ED99F2

RGB

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

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

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

R = 37.5%
G = 24.21%
B = 38.29%

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

#ED99F2 (or 0xED99F2) is known color: Violet. HEX triplet: ED, 99 and F2. RGB value is (237,153,242). Sum of RGB (Red+Green+Blue) = 237+153+242=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 153 (60.16% from 255 or 24.21% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED99F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99F2 is #12660D. Grayscale: #BBBBBB. Windows color (decimal): -1205774 or 15899117. OLE color: 15899117.

HSL color Cylindrical-coordinate representation of color #ED99F2: hue angle of 296.63º degrees, saturation: 0.77, 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 #ED99F2 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 153 242 -
CMYK 0.02 0.37 0 0.05
HSL 296.63º 0.77% 0.77% -
HSV(B) 296.63º 0.37% 0.95% -
XYZ 62.34 47.2 89.83 -
YUV 188.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 237 153 242 0.02 0.37 0 0.05 296.63 0.77 0.77
Hex ED 99 F2 2 25 0 5 129 4D 4D
Octal 355 231 362 2 45 0 5 451 115 115
Binary 11101101 10011001 11110010 10 100101 0 101 100101001 1001101 1001101

Color Harmonies of #ED99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99F2

Black with #ED99F2

Text Example


Text Example

White with #ED99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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