Html Css Color HEX #EF96D3 Lavender Rose

📋 copy color: '#EF96D3'

red 239 ◦ green 150 ◦ blue 211

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

Shades of Lavender Rose #EF96D3

Tints of Lavender Rose #EF96D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.17%

R = 39.83%
G = 25%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF96D3 (or 0xEF96D3) is known color: Lavender Rose. HEX triplet: EF, 96 and D3. RGB value is (239,150,211). Sum of RGB (Red+Green+Blue) = 239+150+211=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96D3 is #10692C. Grayscale: #B7B7B7. Windows color (decimal): -1075501 or 13866735. OLE color: 13866735.

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

Color convert

RGB 239 150 211 -
CMYK 0 0.37 0.12 0.06
HSL 318.88º 0.74% 0.76% -
HSV(B) 318.88º 0.37% 0.94% -
XYZ 58.26 44.87 67.22 -
YUV 183.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 239 150 211 0 0.37 0.12 0.06 318.88 0.74 0.76
Hex EF 96 D3 0 25 C 6 13F 4A 4C
Octal 357 226 323 0 45 14 6 477 112 114
Binary 11101111 10010110 11010011 0 100101 1100 110 100111111 1001010 1001100

Color Harmonies of #EF96D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96D3

Black with #EF96D3

Text Example


Text Example

White with #EF96D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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