Html Css Color HEX #ED98EC Violet

📋 copy color: '#ED98EC'

red 237 ◦ green 152 ◦ blue 236

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

Shades of Violet #ED98EC

Tints of Violet #ED98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.32%

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 37.92%
G = 24.32%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED98EC (or 0xED98EC) is known color: Violet. HEX triplet: ED, 98 and EC. RGB value is (237,152,236). Sum of RGB (Red+Green+Blue) = 237+152+236=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98EC is #126713. Grayscale: #BABABA. Windows color (decimal): -1206036 or 15505645. OLE color: 15505645.

HSL color Cylindrical-coordinate representation of color #ED98EC: hue angle of 300.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98EC is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 152 236 -
CMYK 0 0.36 0.00 0.07
HSL 300.71º 0.7% 0.76% -
HSV(B) 300.71º 0.36% 0.93% -
XYZ 61.29 46.52 85.11 -
YUV 186.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 237 152 236 0 0.36 0.00 0.07 300.71 0.7 0.76
Hex ED 98 EC 0 24 0 7 12D 46 4C
Octal 355 230 354 0 44 0 7 455 106 114
Binary 11101101 10011000 11101100 0 100100 0 111 100101101 1000110 1001100

Color Harmonies of #ED98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98EC

Black with #ED98EC

Text Example


Text Example

White with #ED98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98EC; }

 p { color: rgb(237,152,236); }

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

background-color css

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

 a { background-color: rgb(237,152,236); }

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

border-color css

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

 span { border-color: rgb(237,152,236); }

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