Html Css Color HEX #ED96DB Lavender Rose

📋 copy color: '#ED96DB'

red 237 ◦ green 150 ◦ blue 219

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

Shades of Lavender Rose #ED96DB

Tints of Lavender Rose #ED96DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 39.11%
G = 24.75%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED96DB (or 0xED96DB) is known color: Lavender Rose. HEX triplet: ED, 96 and DB. RGB value is (237,150,219). Sum of RGB (Red+Green+Blue) = 237+150+219=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96DB is #126924. Grayscale: #B7B7B7. Windows color (decimal): -1206565 or 14391021. OLE color: 14391021.

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

Color convert

RGB 237 150 219 -
CMYK 0 0.37 0.08 0.07
HSL 312.41º 0.71% 0.76% -
HSV(B) 312.41º 0.37% 0.93% -
XYZ 58.62 44.93 72.6 -
YUV 183.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 237 150 219 0 0.37 0.08 0.07 312.41 0.71 0.76
Hex ED 96 DB 0 25 8 7 138 47 4C
Octal 355 226 333 0 45 10 7 470 107 114
Binary 11101101 10010110 11011011 0 100101 1000 111 100111000 1000111 1001100

Color Harmonies of #ED96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96DB

Black with #ED96DB

Text Example


Text Example

White with #ED96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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