Html Css Color HEX #EC9EDD Lavender Rose

📋 copy color: '#EC9EDD'

red 236 ◦ green 158 ◦ blue 221

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

Shades of Lavender Rose #EC9EDD

Tints of Lavender Rose #EC9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.69%

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 38.37%
G = 25.69%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC9EDD (or 0xEC9EDD) is known color: Lavender Rose. HEX triplet: EC, 9E and DD. RGB value is (236,158,221). Sum of RGB (Red+Green+Blue) = 236+158+221=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EDD is #136122. Grayscale: #BCBCBC. Windows color (decimal): -1270051 or 14524140. OLE color: 14524140.

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

Color convert

RGB 236 158 221 -
CMYK 0 0.33 0.06 0.07
HSL 311.54º 0.67% 0.77% -
HSV(B) 311.54º 0.33% 0.93% -
XYZ 59.87 47.51 74.42 -
YUV 188.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 236 158 221 0 0.33 0.06 0.07 311.54 0.67 0.77
Hex EC 9E DD 0 21 6 7 138 43 4D
Octal 354 236 335 0 41 6 7 470 103 115
Binary 11101100 10011110 11011101 0 100001 110 111 100111000 1000011 1001101

Color Harmonies of #EC9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9EDD

Black with #EC9EDD

Text Example


Text Example

White with #EC9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9EDD; }

 p { color: rgb(236,158,221); }

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

background-color css

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

 a { background-color: rgb(236,158,221); }

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

border-color css

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

 span { border-color: rgb(236,158,221); }

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