Html Css Color HEX #ED98DC Lavender Rose

📋 copy color: '#ED98DC'

red 237 ◦ green 152 ◦ blue 220

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

Shades of Lavender Rose #ED98DC

Tints of Lavender Rose #ED98DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 38.92%
G = 24.96%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED98DC (or 0xED98DC) is known color: Lavender Rose. HEX triplet: ED, 98 and DC. RGB value is (237,152,220). Sum of RGB (Red+Green+Blue) = 237+152+220=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98DC is #126723. Grayscale: #B8B8B8. Windows color (decimal): -1206052 or 14457069. OLE color: 14457069.

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

Color convert

RGB 237 152 220 -
CMYK 0 0.36 0.07 0.07
HSL 312º 0.7% 0.76% -
HSV(B) 312º 0.36% 0.93% -
XYZ 59.07 45.63 73.4 -
YUV 185.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 237 152 220 0 0.36 0.07 0.07 312 0.7 0.76
Hex ED 98 DC 0 24 7 7 138 46 4C
Octal 355 230 334 0 44 7 7 470 106 114
Binary 11101101 10011000 11011100 0 100100 111 111 100111000 1000110 1001100

Color Harmonies of #ED98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98DC

Black with #ED98DC

Text Example


Text Example

White with #ED98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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