Html Css Color HEX #EC9BD7 Lavender Rose

📋 copy color: '#EC9BD7'

red 236 ◦ green 155 ◦ blue 215

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

Shades of Lavender Rose #EC9BD7

Tints of Lavender Rose #EC9BD7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.58%

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

R = 38.94%
G = 25.58%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC9BD7 (or 0xEC9BD7) is known color: Lavender Rose. HEX triplet: EC, 9B and D7. RGB value is (236,155,215). Sum of RGB (Red+Green+Blue) = 236+155+215=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BD7 is #136428. Grayscale: #B9B9B9. Windows color (decimal): -1270825 or 14130156. OLE color: 14130156.

HSL color Cylindrical-coordinate representation of color #EC9BD7: hue angle of 315.56º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BD7 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 155 215 -
CMYK 0 0.34 0.09 0.07
HSL 315.56º 0.68% 0.77% -
HSV(B) 315.56º 0.34% 0.93% -
XYZ 58.58 46.18 70.12 -
YUV 186.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 236 155 215 0 0.34 0.09 0.07 315.56 0.68 0.77
Hex EC 9B D7 0 22 9 7 13C 44 4D
Octal 354 233 327 0 42 11 7 474 104 115
Binary 11101100 10011011 11010111 0 100010 1001 111 100111100 1000100 1001101

Color Harmonies of #EC9BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BD7

Black with #EC9BD7

Text Example


Text Example

White with #EC9BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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