Html Css Color HEX #EBBEDB Classic Rose

📋 copy color: '#EBBEDB'

red 235 ◦ green 190 ◦ blue 219

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

Shades of Classic Rose #EBBEDB

Tints of Classic Rose #EBBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.5%

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 36.49%
G = 29.5%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBBEDB (or 0xEBBEDB) is known color: Classic Rose. HEX triplet: EB, BE and DB. RGB value is (235,190,219). Sum of RGB (Red+Green+Blue) = 235+190+219=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEDB is #144124. Grayscale: #CECECE. Windows color (decimal): -1327397 or 14401259. OLE color: 14401259.

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

Color convert

RGB 235 190 219 -
CMYK 0 0.19 0.07 0.08
HSL 321.33º 0.53% 0.83% -
HSV(B) 321.33º 0.19% 0.92% -
XYZ 65.46 59.6 75.07 -
YUV 206.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 235 190 219 0 0.19 0.07 0.08 321.33 0.53 0.83
Hex EB BE DB 0 13 7 8 141 35 53
Octal 353 276 333 0 23 7 10 501 65 123
Binary 11101011 10111110 11011011 0 10011 111 1000 101000001 110101 1010011

Color Harmonies of #EBBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBEDB

Black with #EBBEDB

Text Example


Text Example

White with #EBBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBEDB; }

 p { color: rgb(235,190,219); }

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

background-color css

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

 a { background-color: rgb(235,190,219); }

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

border-color css

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

 span { border-color: rgb(235,190,219); }

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