Html Css Color HEX #EC93D7 Lavender Rose

📋 copy color: '#EC93D7'

red 236 ◦ green 147 ◦ blue 215

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

Shades of Lavender Rose #EC93D7

Tints of Lavender Rose #EC93D7

RGB

 RED value IS 236 (92.58% from 255) = 39.46%

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

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 39.46%
G = 24.58%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC93D7 (or 0xEC93D7) is known color: Lavender Rose. HEX triplet: EC, 93 and D7. RGB value is (236,147,215). Sum of RGB (Red+Green+Blue) = 236+147+215=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93D7 is #136C28. Grayscale: #B5B5B5. Windows color (decimal): -1272873 or 14128108. OLE color: 14128108.

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

Color convert

RGB 236 147 215 -
CMYK 0 0.38 0.09 0.07
HSL 314.16º 0.7% 0.75% -
HSV(B) 314.16º 0.38% 0.93% -
XYZ 57.29 43.61 69.69 -
YUV 181.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 236 147 215 0 0.38 0.09 0.07 314.16 0.7 0.75
Hex EC 93 D7 0 26 9 7 13A 46 4B
Octal 354 223 327 0 46 11 7 472 106 113
Binary 11101100 10010011 11010111 0 100110 1001 111 100111010 1000110 1001011

Color Harmonies of #EC93D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93D7

Black with #EC93D7

Text Example


Text Example

White with #EC93D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93D7; }

 p { color: rgb(236,147,215); }

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

background-color css

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

 a { background-color: rgb(236,147,215); }

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

border-color css

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

 span { border-color: rgb(236,147,215); }

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