Html Css Color HEX #EC94DE Lavender Rose

📋 copy color: '#EC94DE'

red 236 ◦ green 148 ◦ blue 222

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

Shades of Lavender Rose #EC94DE

Tints of Lavender Rose #EC94DE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.42%

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

R = 38.94%
G = 24.42%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC94DE (or 0xEC94DE) is known color: Lavender Rose. HEX triplet: EC, 94 and DE. RGB value is (236,148,222). Sum of RGB (Red+Green+Blue) = 236+148+222=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94DE is #136B21. Grayscale: #B6B6B6. Windows color (decimal): -1272610 or 14587116. OLE color: 14587116.

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

Color convert

RGB 236 148 222 -
CMYK 0 0.37 0.06 0.07
HSL 309.55º 0.7% 0.75% -
HSV(B) 309.55º 0.37% 0.93% -
XYZ 58.37 44.29 74.58 -
YUV 182.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 236 148 222 0 0.37 0.06 0.07 309.55 0.7 0.75
Hex EC 94 DE 0 25 6 7 136 46 4B
Octal 354 224 336 0 45 6 7 466 106 113
Binary 11101100 10010100 11011110 0 100101 110 111 100110110 1000110 1001011

Color Harmonies of #EC94DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94DE

Black with #EC94DE

Text Example


Text Example

White with #EC94DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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