Html Css Color HEX #EF98DC Lavender Rose

📋 copy color: '#EF98DC'

red 239 ◦ green 152 ◦ blue 220

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

Shades of Lavender Rose #EF98DC

Tints of Lavender Rose #EF98DC

RGB

 RED value IS 239 (93.75% from 255) = 39.12%

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

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

R = 39.12%
G = 24.88%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF98DC (or 0xEF98DC) is known color: Lavender Rose. HEX triplet: EF, 98 and DC. RGB value is (239,152,220). Sum of RGB (Red+Green+Blue) = 239+152+220=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98DC is #106723. Grayscale: #B9B9B9. Windows color (decimal): -1074980 or 14457071. OLE color: 14457071.

HSL color Cylindrical-coordinate representation of color #EF98DC: hue angle of 313.1º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF98DC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 152 220 -
CMYK 0 0.36 0.08 0.06
HSL 313.1º 0.73% 0.77% -
HSV(B) 313.1º 0.36% 0.94% -
XYZ 59.74 45.97 73.44 -
YUV 185.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 239 152 220 0 0.36 0.08 0.06 313.1 0.73 0.77
Hex EF 98 DC 0 24 8 6 139 49 4D
Octal 357 230 334 0 44 10 6 471 111 115
Binary 11101111 10011000 11011100 0 100100 1000 110 100111001 1001001 1001101

Color Harmonies of #EF98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98DC

Black with #EF98DC

Text Example


Text Example

White with #EF98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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