Html Css Color HEX #EF9BD5 Lavender Rose

📋 copy color: '#EF9BD5'

red 239 ◦ green 155 ◦ blue 213

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

Shades of Lavender Rose #EF9BD5

Tints of Lavender Rose #EF9BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.09%

R = 39.37%
G = 25.54%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF9BD5 (or 0xEF9BD5) is known color: Lavender Rose. HEX triplet: EF, 9B and D5. RGB value is (239,155,213). Sum of RGB (Red+Green+Blue) = 239+155+213=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BD5 is #10642A. Grayscale: #BABABA. Windows color (decimal): -1074219 or 13999087. OLE color: 13999087.

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

Color convert

RGB 239 155 213 -
CMYK 0 0.35 0.11 0.06
HSL 318.57º 0.72% 0.77% -
HSV(B) 318.57º 0.35% 0.94% -
XYZ 59.33 46.6 68.82 -
YUV 186.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 239 155 213 0 0.35 0.11 0.06 318.57 0.72 0.77
Hex EF 9B D5 0 23 B 6 13F 48 4D
Octal 357 233 325 0 43 13 6 477 110 115
Binary 11101111 10011011 11010101 0 100011 1011 110 100111111 1001000 1001101

Color Harmonies of #EF9BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BD5

Black with #EF9BD5

Text Example


Text Example

White with #EF9BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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