Html Css Color HEX #EC9ADE Lavender Rose

📋 copy color: '#EC9ADE'

red 236 ◦ green 154 ◦ blue 222

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

Shades of Lavender Rose #EC9ADE

Tints of Lavender Rose #EC9ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.16%

 BLUE value IS 222 (87.11% from 255) = 36.27%

R = 38.56%
G = 25.16%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC9ADE (or 0xEC9ADE) is known color: Lavender Rose. HEX triplet: EC, 9A and DE. RGB value is (236,154,222). Sum of RGB (Red+Green+Blue) = 236+154+222=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ADE is #136521. Grayscale: #BABABA. Windows color (decimal): -1271074 or 14588652. OLE color: 14588652.

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

Color convert

RGB 236 154 222 -
CMYK 0 0.35 0.06 0.07
HSL 310.24º 0.68% 0.76% -
HSV(B) 310.24º 0.35% 0.93% -
XYZ 59.33 46.22 74.9 -
YUV 186.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 236 154 222 0 0.35 0.06 0.07 310.24 0.68 0.76
Hex EC 9A DE 0 23 6 7 136 44 4C
Octal 354 232 336 0 43 6 7 466 104 114
Binary 11101100 10011010 11011110 0 100011 110 111 100110110 1000100 1001100

Color Harmonies of #EC9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9ADE

Black with #EC9ADE

Text Example


Text Example

White with #EC9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9ADE; }

 p { color: rgb(236,154,222); }

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

background-color css

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

 a { background-color: rgb(236,154,222); }

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

border-color css

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

 span { border-color: rgb(236,154,222); }

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