Html Css Color HEX #ED98E5 Plum

📋 copy color: '#ED98E5'

red 237 ◦ green 152 ◦ blue 229

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

Shades of Plum #ED98E5

Tints of Plum #ED98E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.06%

R = 38.35%
G = 24.6%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED98E5 (or 0xED98E5) is known color: Plum. HEX triplet: ED, 98 and E5. RGB value is (237,152,229). Sum of RGB (Red+Green+Blue) = 237+152+229=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98E5 is #12671A. Grayscale: #B9B9B9. Windows color (decimal): -1206043 or 15046893. OLE color: 15046893.

HSL color Cylindrical-coordinate representation of color #ED98E5: hue angle of 305.65º 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 #ED98E5 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 152 229 -
CMYK 0 0.36 0.03 0.07
HSL 305.65º 0.7% 0.76% -
HSV(B) 305.65º 0.36% 0.93% -
XYZ 60.3 46.12 79.85 -
YUV 186.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 237 152 229 0 0.36 0.03 0.07 305.65 0.7 0.76
Hex ED 98 E5 0 24 3 7 132 46 4C
Octal 355 230 345 0 44 3 7 462 106 114
Binary 11101101 10011000 11100101 0 100100 11 111 100110010 1000110 1001100

Color Harmonies of #ED98E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98E5

Black with #ED98E5

Text Example


Text Example

White with #ED98E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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