Html Css Color HEX #EFBADB Classic Rose

📋 copy color: '#EFBADB'

red 239 ◦ green 186 ◦ blue 219

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

Shades of Classic Rose #EFBADB

Tints of Classic Rose #EFBADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.88%

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

R = 37.11%
G = 28.88%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFBADB (or 0xEFBADB) is known color: Classic Rose. HEX triplet: EF, BA and DB. RGB value is (239,186,219). Sum of RGB (Red+Green+Blue) = 239+186+219=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBADB is #104524. Grayscale: #CDCDCD. Windows color (decimal): -1066277 or 14400239. OLE color: 14400239.

HSL color Cylindrical-coordinate representation of color #EFBADB: hue angle of 322.64º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBADB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 219 -
CMYK 0 0.22 0.08 0.06
HSL 322.64º 0.62% 0.83% -
HSV(B) 322.64º 0.22% 0.94% -
XYZ 65.94 58.58 74.85 -
YUV 205.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 239 186 219 0 0.22 0.08 0.06 322.64 0.62 0.83
Hex EF BA DB 0 16 8 6 143 3E 53
Octal 357 272 333 0 26 10 6 503 76 123
Binary 11101111 10111010 11011011 0 10110 1000 110 101000011 111110 1010011

Color Harmonies of #EFBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBADB

Black with #EFBADB

Text Example


Text Example

White with #EFBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBADB; }

 p { color: rgb(239,186,219); }

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

background-color css

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

 a { background-color: rgb(239,186,219); }

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

border-color css

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

 span { border-color: rgb(239,186,219); }

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