Html Css Color HEX #EBBFD5 Classic Rose

📋 copy color: '#EBBFD5'

red 235 ◦ green 191 ◦ blue 213

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

Shades of Classic Rose #EBBFD5

Tints of Classic Rose #EBBFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 29.89%

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

R = 36.78%
G = 29.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBBFD5 (or 0xEBBFD5) is known color: Classic Rose. HEX triplet: EB, BF and D5. RGB value is (235,191,213). Sum of RGB (Red+Green+Blue) = 235+191+213=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFD5 is #14402A. Grayscale: #CECECE. Windows color (decimal): -1327147 or 14008299. OLE color: 14008299.

HSL color Cylindrical-coordinate representation of color #EBBFD5: hue angle of 330º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFD5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 191 213 -
CMYK 0 0.19 0.09 0.08
HSL 330º 0.52% 0.84% -
HSV(B) 330º 0.19% 0.92% -
XYZ 64.9 59.73 71.06 -
YUV 206.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 235 191 213 0 0.19 0.09 0.08 330 0.52 0.84
Hex EB BF D5 0 13 9 8 14A 34 54
Octal 353 277 325 0 23 11 10 512 64 124
Binary 11101011 10111111 11010101 0 10011 1001 1000 101001010 110100 1010100

Color Harmonies of #EBBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFD5

Black with #EBBFD5

Text Example


Text Example

White with #EBBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFD5; }

 p { color: rgb(235,191,213); }

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

background-color css

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

 a { background-color: rgb(235,191,213); }

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

border-color css

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

 span { border-color: rgb(235,191,213); }

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