Html Css Color HEX #EC94DA Lavender Rose

📋 copy color: '#EC94DA'

red 236 ◦ green 148 ◦ blue 218

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

Shades of Lavender Rose #EC94DA

Tints of Lavender Rose #EC94DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 39.2%
G = 24.58%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC94DA (or 0xEC94DA) is known color: Lavender Rose. HEX triplet: EC, 94 and DA. RGB value is (236,148,218). Sum of RGB (Red+Green+Blue) = 236+148+218=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94DA is #136B25. Grayscale: #B6B6B6. Windows color (decimal): -1272614 or 14324972. OLE color: 14324972.

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

Color convert

RGB 236 148 218 -
CMYK 0 0.37 0.08 0.07
HSL 312.27º 0.7% 0.75% -
HSV(B) 312.27º 0.37% 0.93% -
XYZ 57.84 44.07 71.79 -
YUV 182.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 236 148 218 0 0.37 0.08 0.07 312.27 0.7 0.75
Hex EC 94 DA 0 25 8 7 138 46 4B
Octal 354 224 332 0 45 10 7 470 106 113
Binary 11101100 10010100 11011010 0 100101 1000 111 100111000 1000110 1001011

Color Harmonies of #EC94DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC94DA

Black with #EC94DA

Text Example


Text Example

White with #EC94DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC94DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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