Html Css Color HEX #EF9BD8 Lavender Rose

📋 copy color: '#EF9BD8'

red 239 ◦ green 155 ◦ blue 216

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

Shades of Lavender Rose #EF9BD8

Tints of Lavender Rose #EF9BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 39.18%
G = 25.41%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF9BD8 (or 0xEF9BD8) is known color: Lavender Rose. HEX triplet: EF, 9B and D8. RGB value is (239,155,216). Sum of RGB (Red+Green+Blue) = 239+155+216=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BD8 is #106427. Grayscale: #BABABA. Windows color (decimal): -1074216 or 14195695. OLE color: 14195695.

HSL color Cylindrical-coordinate representation of color #EF9BD8: hue angle of 316.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 #EF9BD8 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 155 216 -
CMYK 0 0.35 0.10 0.06
HSL 316.43º 0.72% 0.77% -
HSV(B) 316.43º 0.35% 0.94% -
XYZ 59.71 46.75 70.84 -
YUV 187.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 239 155 216 0 0.35 0.10 0.06 316.43 0.72 0.77
Hex EF 9B D8 0 23 A 6 13C 48 4D
Octal 357 233 330 0 43 12 6 474 110 115
Binary 11101111 10011011 11011000 0 100011 1010 110 100111100 1001000 1001101

Color Harmonies of #EF9BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BD8

Black with #EF9BD8

Text Example


Text Example

White with #EF9BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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