Html Css Color HEX #EBB1CF Lavender Pink

📋 copy color: '#EBB1CF'

red 235 ◦ green 177 ◦ blue 207

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

Shades of Lavender Pink #EBB1CF

Tints of Lavender Pink #EBB1CF

RGB

 RED value IS 235 (92.19% from 255) = 37.96%

 GREEN value IS 177 (69.53% from 255) = 28.59%

 BLUE value IS 207 (81.25% from 255) = 33.44%

R = 37.96%
G = 28.59%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBB1CF (or 0xEBB1CF) is known color: Lavender Pink. HEX triplet: EB, B1 and CF. RGB value is (235,177,207). Sum of RGB (Red+Green+Blue) = 235+177+207=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1CF is #144E30. Grayscale: #C5C5C5. Windows color (decimal): -1330737 or 13611499. OLE color: 13611499.

HSL color Cylindrical-coordinate representation of color #EBB1CF: hue angle of 328.97º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1CF is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 177 207 -
CMYK 0 0.25 0.12 0.08
HSL 328.97º 0.59% 0.81% -
HSV(B) 328.97º 0.25% 0.92% -
XYZ 61.25 53.61 66.15 -
YUV 197.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 235 177 207 0 0.25 0.12 0.08 328.97 0.59 0.81
Hex EB B1 CF 0 19 C 8 149 3B 51
Octal 353 261 317 0 31 14 10 511 73 121
Binary 11101011 10110001 11001111 0 11001 1100 1000 101001001 111011 1010001

Color Harmonies of #EBB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1CF

Black with #EBB1CF

Text Example


Text Example

White with #EBB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1CF; }

 p { color: rgb(235,177,207); }

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

background-color css

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

 a { background-color: rgb(235,177,207); }

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

border-color css

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

 span { border-color: rgb(235,177,207); }

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