Html Css Color HEX #ED93D3 Lavender Rose

📋 copy color: '#ED93D3'

red 237 ◦ green 147 ◦ blue 211

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

Shades of Lavender Rose #ED93D3

Tints of Lavender Rose #ED93D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.46%

R = 39.83%
G = 24.71%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED93D3 (or 0xED93D3) is known color: Lavender Rose. HEX triplet: ED, 93 and D3. RGB value is (237,147,211). Sum of RGB (Red+Green+Blue) = 237+147+211=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93D3 is #126C2C. Grayscale: #B5B5B5. Windows color (decimal): -1207341 or 13865965. OLE color: 13865965.

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

Color convert

RGB 237 147 211 -
CMYK 0 0.38 0.11 0.07
HSL 317.33º 0.71% 0.75% -
HSV(B) 317.33º 0.38% 0.93% -
XYZ 57.12 43.58 67.03 -
YUV 181.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 237 147 211 0 0.38 0.11 0.07 317.33 0.71 0.75
Hex ED 93 D3 0 26 B 7 13D 47 4B
Octal 355 223 323 0 46 13 7 475 107 113
Binary 11101101 10010011 11010011 0 100110 1011 111 100111101 1000111 1001011

Color Harmonies of #ED93D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93D3

Black with #ED93D3

Text Example


Text Example

White with #ED93D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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