Html Css Color HEX #EF96DC Lavender Rose

📋 copy color: '#EF96DC'

red 239 ◦ green 150 ◦ blue 220

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

Shades of Lavender Rose #EF96DC

Tints of Lavender Rose #EF96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.63%

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

R = 39.24%
G = 24.63%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF96DC (or 0xEF96DC) is known color: Lavender Rose. HEX triplet: EF, 96 and DC. RGB value is (239,150,220). Sum of RGB (Red+Green+Blue) = 239+150+220=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96DC is #106923. Grayscale: #B8B8B8. Windows color (decimal): -1075492 or 14456559. OLE color: 14456559.

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

Color convert

RGB 239 150 220 -
CMYK 0 0.37 0.08 0.06
HSL 312.81º 0.74% 0.76% -
HSV(B) 312.81º 0.37% 0.94% -
XYZ 59.42 45.33 73.33 -
YUV 184.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 239 150 220 0 0.37 0.08 0.06 312.81 0.74 0.76
Hex EF 96 DC 0 25 8 6 139 4A 4C
Octal 357 226 334 0 45 10 6 471 112 114
Binary 11101111 10010110 11011100 0 100101 1000 110 100111001 1001010 1001100

Color Harmonies of #EF96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96DC

Black with #EF96DC

Text Example


Text Example

White with #EF96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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