Html Css Color HEX #EC94DC Lavender Rose

📋 copy color: '#EC94DC'

red 236 ◦ green 148 ◦ blue 220

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

Shades of Lavender Rose #EC94DC

Tints of Lavender Rose #EC94DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 39.07%
G = 24.5%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC94DC (or 0xEC94DC) is known color: Lavender Rose. HEX triplet: EC, 94 and DC. RGB value is (236,148,220). Sum of RGB (Red+Green+Blue) = 236+148+220=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94DC is #136B23. Grayscale: #B6B6B6. Windows color (decimal): -1272612 or 14456044. OLE color: 14456044.

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

Color convert

RGB 236 148 220 -
CMYK 0 0.37 0.07 0.07
HSL 310.91º 0.7% 0.75% -
HSV(B) 310.91º 0.37% 0.93% -
XYZ 58.1 44.18 73.18 -
YUV 182.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 236 148 220 0 0.37 0.07 0.07 310.91 0.7 0.75
Hex EC 94 DC 0 25 7 7 137 46 4B
Octal 354 224 334 0 45 7 7 467 106 113
Binary 11101100 10010100 11011100 0 100101 111 111 100110111 1000110 1001011

Color Harmonies of #EC94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94DC

Black with #EC94DC

Text Example


Text Example

White with #EC94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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