Html Css Color HEX #EC97D8 Lavender Rose

📋 copy color: '#EC97D8'

red 236 ◦ green 151 ◦ blue 216

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

Shades of Lavender Rose #EC97D8

Tints of Lavender Rose #EC97D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.82%

R = 39.14%
G = 25.04%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC97D8 (or 0xEC97D8) is known color: Lavender Rose. HEX triplet: EC, 97 and D8. RGB value is (236,151,216). Sum of RGB (Red+Green+Blue) = 236+151+216=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97D8 is #136827. Grayscale: #B7B7B7. Windows color (decimal): -1271848 or 14194668. OLE color: 14194668.

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

Color convert

RGB 236 151 216 -
CMYK 0 0.36 0.08 0.07
HSL 314.12º 0.69% 0.76% -
HSV(B) 314.12º 0.36% 0.93% -
XYZ 58.05 44.92 70.58 -
YUV 183.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 236 151 216 0 0.36 0.08 0.07 314.12 0.69 0.76
Hex EC 97 D8 0 24 8 7 13A 45 4C
Octal 354 227 330 0 44 10 7 472 105 114
Binary 11101100 10010111 11011000 0 100100 1000 111 100111010 1000101 1001100

Color Harmonies of #EC97D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC97D8

Black with #EC97D8

Text Example


Text Example

White with #EC97D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC97D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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