Html Css Color HEX #EF9BD1 Lavender Rose

📋 copy color: '#EF9BD1'

red 239 ◦ green 155 ◦ blue 209

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

Shades of Lavender Rose #EF9BD1

Tints of Lavender Rose #EF9BD1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.7%

 BLUE value IS 209 (82.03% from 255) = 34.66%

R = 39.64%
G = 25.7%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF9BD1 (or 0xEF9BD1) is known color: Lavender Rose. HEX triplet: EF, 9B and D1. RGB value is (239,155,209). Sum of RGB (Red+Green+Blue) = 239+155+209=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BD1 is #10642E. Grayscale: #BABABA. Windows color (decimal): -1074223 or 13736943. OLE color: 13736943.

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

Color convert

RGB 239 155 209 -
CMYK 0 0.35 0.13 0.06
HSL 321.43º 0.72% 0.77% -
HSV(B) 321.43º 0.35% 0.94% -
XYZ 58.83 46.4 66.18 -
YUV 186.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 239 155 209 0 0.35 0.13 0.06 321.43 0.72 0.77
Hex EF 9B D1 0 23 D 6 141 48 4D
Octal 357 233 321 0 43 15 6 501 110 115
Binary 11101111 10011011 11010001 0 100011 1101 110 101000001 1001000 1001101

Color Harmonies of #EF9BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BD1

Black with #EF9BD1

Text Example


Text Example

White with #EF9BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BD1; }

 p { color: rgb(239,155,209); }

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

background-color css

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

 a { background-color: rgb(239,155,209); }

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

border-color css

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

 span { border-color: rgb(239,155,209); }

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