Html Css Color HEX #EF96DF Lavender Rose

📋 copy color: '#EF96DF'

red 239 ◦ green 150 ◦ blue 223

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

Shades of Lavender Rose #EF96DF

Tints of Lavender Rose #EF96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 39.05%
G = 24.51%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF96DF (or 0xEF96DF) is known color: Lavender Rose. HEX triplet: EF, 96 and DF. RGB value is (239,150,223). Sum of RGB (Red+Green+Blue) = 239+150+223=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96DF is #106920. Grayscale: #B8B8B8. Windows color (decimal): -1075489 or 14653167. OLE color: 14653167.

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

Color convert

RGB 239 150 223 -
CMYK 0 0.37 0.07 0.06
HSL 310.79º 0.74% 0.76% -
HSV(B) 310.79º 0.37% 0.94% -
XYZ 59.82 45.49 75.44 -
YUV 184.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 239 150 223 0 0.37 0.07 0.06 310.79 0.74 0.76
Hex EF 96 DF 0 25 7 6 137 4A 4C
Octal 357 226 337 0 45 7 6 467 112 114
Binary 11101111 10010110 11011111 0 100101 111 110 100110111 1001010 1001100

Color Harmonies of #EF96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96DF

Black with #EF96DF

Text Example


Text Example

White with #EF96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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