Html Css Color HEX #ED93DA Lavender Rose

📋 copy color: '#ED93DA'

red 237 ◦ green 147 ◦ blue 218

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

Shades of Lavender Rose #ED93DA

Tints of Lavender Rose #ED93DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 39.37%
G = 24.42%
B = 36.21%

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

#ED93DA (or 0xED93DA) is known color: Lavender Rose. HEX triplet: ED, 93 and DA. RGB value is (237,147,218). Sum of RGB (Red+Green+Blue) = 237+147+218=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93DA is #126C25. Grayscale: #B5B5B5. Windows color (decimal): -1207334 or 14324717. OLE color: 14324717.

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

Color convert

RGB 237 147 218 -
CMYK 0 0.38 0.08 0.07
HSL 312.67º 0.71% 0.75% -
HSV(B) 312.67º 0.38% 0.93% -
XYZ 58.01 43.93 71.75 -
YUV 182 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 237 147 218 0 0.38 0.08 0.07 312.67 0.71 0.75
Hex ED 93 DA 0 26 8 7 139 47 4B
Octal 355 223 332 0 46 10 7 471 107 113
Binary 11101101 10010011 11011010 0 100110 1000 111 100111001 1000111 1001011

Color Harmonies of #ED93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93DA

Black with #ED93DA

Text Example


Text Example

White with #ED93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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