Html Css Color HEX #ED99EF Violet

📋 copy color: '#ED99EF'

red 237 ◦ green 153 ◦ blue 239

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

Shades of Violet #ED99EF

Tints of Violet #ED99EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38%

R = 37.68%
G = 24.32%
B = 38%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED99EF (or 0xED99EF) is known color: Violet. HEX triplet: ED, 99 and EF. RGB value is (237,153,239). Sum of RGB (Red+Green+Blue) = 237+153+239=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 153 (60.16% from 255 or 24.32% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED99EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99EF is #126610. Grayscale: #BBBBBB. Windows color (decimal): -1205777 or 15702509. OLE color: 15702509.

HSL color Cylindrical-coordinate representation of color #ED99EF: hue angle of 298.6º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED99EF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 153 239 -
CMYK 0.01 0.36 0 0.06
HSL 298.6º 0.73% 0.77% -
HSV(B) 298.6º 0.36% 0.94% -
XYZ 61.9 47.02 87.47 -
YUV 187.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 237 153 239 0.01 0.36 0 0.06 298.6 0.73 0.77
Hex ED 99 EF 1 24 0 6 12B 49 4D
Octal 355 231 357 1 44 0 6 453 111 115
Binary 11101101 10011001 11101111 1 100100 0 110 100101011 1001001 1001101

Color Harmonies of #ED99EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99EF

Black with #ED99EF

Text Example


Text Example

White with #ED99EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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