Html Css Color HEX #ED9BDB Lavender Rose

📋 copy color: '#ED9BDB'

red 237 ◦ green 155 ◦ blue 219

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

Shades of Lavender Rose #ED9BDB

Tints of Lavender Rose #ED9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.37%

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

R = 38.79%
G = 25.37%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED9BDB (or 0xED9BDB) is known color: Lavender Rose. HEX triplet: ED, 9B and DB. RGB value is (237,155,219). Sum of RGB (Red+Green+Blue) = 237+155+219=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BDB is #126424. Grayscale: #BABABA. Windows color (decimal): -1205285 or 14392301. OLE color: 14392301.

HSL color Cylindrical-coordinate representation of color #ED9BDB: hue angle of 313.17º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BDB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 155 219 -
CMYK 0 0.35 0.08 0.07
HSL 313.17º 0.69% 0.77% -
HSV(B) 313.17º 0.35% 0.93% -
XYZ 59.43 46.56 72.87 -
YUV 186.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 237 155 219 0 0.35 0.08 0.07 313.17 0.69 0.77
Hex ED 9B DB 0 23 8 7 139 45 4D
Octal 355 233 333 0 43 10 7 471 105 115
Binary 11101101 10011011 11011011 0 100011 1000 111 100111001 1000101 1001101

Color Harmonies of #ED9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9BDB

Black with #ED9BDB

Text Example


Text Example

White with #ED9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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