Html Css Color HEX #ED94D1 Lavender Rose

📋 copy color: '#ED94D1'

red 237 ◦ green 148 ◦ blue 209

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

Shades of Lavender Rose #ED94D1

Tints of Lavender Rose #ED94D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 39.9%
G = 24.92%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED94D1 (or 0xED94D1) is known color: Lavender Rose. HEX triplet: ED, 94 and D1. RGB value is (237,148,209). Sum of RGB (Red+Green+Blue) = 237+148+209=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94D1 is #126B2E. Grayscale: #B5B5B5. Windows color (decimal): -1207087 or 13735149. OLE color: 13735149.

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

Color convert

RGB 237 148 209 -
CMYK 0 0.38 0.12 0.07
HSL 318.88º 0.71% 0.75% -
HSV(B) 318.88º 0.38% 0.93% -
XYZ 57.02 43.79 65.77 -
YUV 181.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 237 148 209 0 0.38 0.12 0.07 318.88 0.71 0.75
Hex ED 94 D1 0 26 C 7 13F 47 4B
Octal 355 224 321 0 46 14 7 477 107 113
Binary 11101101 10010100 11010001 0 100110 1100 111 100111111 1000111 1001011

Color Harmonies of #ED94D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94D1

Black with #ED94D1

Text Example


Text Example

White with #ED94D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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