Html Css Color HEX #EC97DC Lavender Rose

📋 copy color: '#EC97DC'

red 236 ◦ green 151 ◦ blue 220

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

Shades of Lavender Rose #EC97DC

Tints of Lavender Rose #EC97DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.88%

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

R = 38.88%
G = 24.88%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC97DC (or 0xEC97DC) is known color: Lavender Rose. HEX triplet: EC, 97 and DC. RGB value is (236,151,220). Sum of RGB (Red+Green+Blue) = 236+151+220=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97DC is #136823. Grayscale: #B8B8B8. Windows color (decimal): -1271844 or 14456812. OLE color: 14456812.

HSL color Cylindrical-coordinate representation of color #EC97DC: hue angle of 311.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC97DC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 151 220 -
CMYK 0 0.36 0.07 0.07
HSL 311.29º 0.69% 0.76% -
HSV(B) 311.29º 0.36% 0.93% -
XYZ 58.58 45.13 73.33 -
YUV 184.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 236 151 220 0 0.36 0.07 0.07 311.29 0.69 0.76
Hex EC 97 DC 0 24 7 7 137 45 4C
Octal 354 227 334 0 44 7 7 467 105 114
Binary 11101100 10010111 11011100 0 100100 111 111 100110111 1000101 1001100

Color Harmonies of #EC97DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC97DC

Black with #EC97DC

Text Example


Text Example

White with #EC97DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC97DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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