Html Css Color HEX #EC98DC Lavender Rose

📋 copy color: '#EC98DC'

red 236 ◦ green 152 ◦ blue 220

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

Shades of Lavender Rose #EC98DC

Tints of Lavender Rose #EC98DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25%

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

R = 38.82%
G = 25%
B = 36.18%

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

#EC98DC (or 0xEC98DC) is known color: Lavender Rose. HEX triplet: EC, 98 and DC. RGB value is (236,152,220). Sum of RGB (Red+Green+Blue) = 236+152+220=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC98DC is #136723. Grayscale: #B8B8B8. Windows color (decimal): -1271588 or 14457068. OLE color: 14457068.

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

Color convert

RGB 236 152 220 -
CMYK 0 0.36 0.07 0.07
HSL 311.43º 0.69% 0.76% -
HSV(B) 311.43º 0.36% 0.93% -
XYZ 58.74 45.46 73.39 -
YUV 184.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 236 152 220 0 0.36 0.07 0.07 311.43 0.69 0.76
Hex EC 98 DC 0 24 7 7 137 45 4C
Octal 354 230 334 0 44 7 7 467 105 114
Binary 11101100 10011000 11011100 0 100100 111 111 100110111 1000101 1001100

Color Harmonies of #EC98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC98DC

Black with #EC98DC

Text Example


Text Example

White with #EC98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC98DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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