Html Css Color HEX #EC9BD8 Lavender Rose

📋 copy color: '#EC9BD8'

red 236 ◦ green 155 ◦ blue 216

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

Shades of Lavender Rose #EC9BD8

Tints of Lavender Rose #EC9BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 38.88%
G = 25.54%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC9BD8 (or 0xEC9BD8) is known color: Lavender Rose. HEX triplet: EC, 9B and D8. RGB value is (236,155,216). Sum of RGB (Red+Green+Blue) = 236+155+216=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BD8 is #136427. Grayscale: #BABABA. Windows color (decimal): -1270824 or 14195692. OLE color: 14195692.

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

Color convert

RGB 236 155 216 -
CMYK 0 0.34 0.08 0.07
HSL 314.81º 0.68% 0.77% -
HSV(B) 314.81º 0.34% 0.93% -
XYZ 58.71 46.23 70.8 -
YUV 186.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 236 155 216 0 0.34 0.08 0.07 314.81 0.68 0.77
Hex EC 9B D8 0 22 8 7 13B 44 4D
Octal 354 233 330 0 42 10 7 473 104 115
Binary 11101100 10011011 11011000 0 100010 1000 111 100111011 1000100 1001101

Color Harmonies of #EC9BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BD8

Black with #EC9BD8

Text Example


Text Example

White with #EC9BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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