Html Css Color HEX #ED96DC Lavender Rose

📋 copy color: '#ED96DC'

red 237 ◦ green 150 ◦ blue 220

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

Shades of Lavender Rose #ED96DC

Tints of Lavender Rose #ED96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.71%

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

R = 39.04%
G = 24.71%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED96DC (or 0xED96DC) is known color: Lavender Rose. HEX triplet: ED, 96 and DC. RGB value is (237,150,220). Sum of RGB (Red+Green+Blue) = 237+150+220=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96DC is #126923. Grayscale: #B7B7B7. Windows color (decimal): -1206564 or 14456557. OLE color: 14456557.

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

Color convert

RGB 237 150 220 -
CMYK 0 0.37 0.07 0.07
HSL 311.72º 0.71% 0.76% -
HSV(B) 311.72º 0.37% 0.93% -
XYZ 58.75 44.98 73.3 -
YUV 183.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 237 150 220 0 0.37 0.07 0.07 311.72 0.71 0.76
Hex ED 96 DC 0 25 7 7 138 47 4C
Octal 355 226 334 0 45 7 7 470 107 114
Binary 11101101 10010110 11011100 0 100101 111 111 100111000 1000111 1001100

Color Harmonies of #ED96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96DC

Black with #ED96DC

Text Example


Text Example

White with #ED96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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