Html Css Color HEX #EC94DD Lavender Rose

📋 copy color: '#EC94DD'

red 236 ◦ green 148 ◦ blue 221

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

Shades of Lavender Rose #EC94DD

Tints of Lavender Rose #EC94DD

RGB

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

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

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

R = 39.01%
G = 24.46%
B = 36.53%

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

#EC94DD (or 0xEC94DD) is known color: Lavender Rose. HEX triplet: EC, 94 and DD. RGB value is (236,148,221). Sum of RGB (Red+Green+Blue) = 236+148+221=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94DD is #136B22. Grayscale: #B6B6B6. Windows color (decimal): -1272611 or 14521580. OLE color: 14521580.

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

Color convert

RGB 236 148 221 -
CMYK 0 0.37 0.06 0.07
HSL 310.23º 0.7% 0.75% -
HSV(B) 310.23º 0.37% 0.93% -
XYZ 58.23 44.23 73.88 -
YUV 182.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 236 148 221 0 0.37 0.06 0.07 310.23 0.7 0.75
Hex EC 94 DD 0 25 6 7 136 46 4B
Octal 354 224 335 0 45 6 7 466 106 113
Binary 11101100 10010100 11011101 0 100101 110 111 100110110 1000110 1001011

Color Harmonies of #EC94DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94DD

Black with #EC94DD

Text Example


Text Example

White with #EC94DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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