Html Css Color HEX #ED93D1 Lavender Rose

📋 copy color: '#ED93D1'

red 237 ◦ green 147 ◦ blue 209

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

Shades of Lavender Rose #ED93D1

Tints of Lavender Rose #ED93D1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.79%

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

R = 39.97%
G = 24.79%
B = 35.24%

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

#ED93D1 (or 0xED93D1) is known color: Lavender Rose. HEX triplet: ED, 93 and D1. RGB value is (237,147,209). Sum of RGB (Red+Green+Blue) = 237+147+209=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93D1 is #126C2E. Grayscale: #B4B4B4. Windows color (decimal): -1207343 or 13734893. OLE color: 13734893.

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

Color convert

RGB 237 147 209 -
CMYK 0 0.38 0.12 0.07
HSL 318.67º 0.71% 0.75% -
HSV(B) 318.67º 0.38% 0.93% -
XYZ 56.87 43.48 65.72 -
YUV 180.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 237 147 209 0 0.38 0.12 0.07 318.67 0.71 0.75
Hex ED 93 D1 0 26 C 7 13F 47 4B
Octal 355 223 321 0 46 14 7 477 107 113
Binary 11101101 10010011 11010001 0 100110 1100 111 100111111 1000111 1001011

Color Harmonies of #ED93D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93D1

Black with #ED93D1

Text Example


Text Example

White with #ED93D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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