Html Css Color HEX #ED94DB Lavender Rose

📋 copy color: '#ED94DB'

red 237 ◦ green 148 ◦ blue 219

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

Shades of Lavender Rose #ED94DB

Tints of Lavender Rose #ED94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.5%

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

R = 39.24%
G = 24.5%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED94DB (or 0xED94DB) is known color: Lavender Rose. HEX triplet: ED, 94 and DB. RGB value is (237,148,219). Sum of RGB (Red+Green+Blue) = 237+148+219=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94DB is #126B24. Grayscale: #B6B6B6. Windows color (decimal): -1207077 or 14390509. OLE color: 14390509.

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

Color convert

RGB 237 148 219 -
CMYK 0 0.38 0.08 0.07
HSL 312.13º 0.71% 0.75% -
HSV(B) 312.13º 0.38% 0.93% -
XYZ 58.3 44.3 72.5 -
YUV 182.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 237 148 219 0 0.38 0.08 0.07 312.13 0.71 0.75
Hex ED 94 DB 0 26 8 7 138 47 4B
Octal 355 224 333 0 46 10 7 470 107 113
Binary 11101101 10010100 11011011 0 100110 1000 111 100111000 1000111 1001011

Color Harmonies of #ED94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94DB

Black with #ED94DB

Text Example


Text Example

White with #ED94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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