Html Css Color HEX #EC98D6 Lavender Rose

📋 copy color: '#EC98D6'

red 236 ◦ green 152 ◦ blue 214

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

Shades of Lavender Rose #EC98D6

Tints of Lavender Rose #EC98D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.55%

R = 39.2%
G = 25.25%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC98D6 (or 0xEC98D6) is known color: Lavender Rose. HEX triplet: EC, 98 and D6. RGB value is (236,152,214). Sum of RGB (Red+Green+Blue) = 236+152+214=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC98D6 is #136729. Grayscale: #B8B8B8. Windows color (decimal): -1271594 or 14063852. OLE color: 14063852.

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

Color convert

RGB 236 152 214 -
CMYK 0 0.36 0.09 0.07
HSL 315.71º 0.69% 0.76% -
HSV(B) 315.71º 0.36% 0.93% -
XYZ 57.96 45.14 69.28 -
YUV 184.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 236 152 214 0 0.36 0.09 0.07 315.71 0.69 0.76
Hex EC 98 D6 0 24 9 7 13C 45 4C
Octal 354 230 326 0 44 11 7 474 105 114
Binary 11101100 10011000 11010110 0 100100 1001 111 100111100 1000101 1001100

Color Harmonies of #EC98D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC98D6

Black with #EC98D6

Text Example


Text Example

White with #EC98D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC98D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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