Html Css Color HEX #EFBADA Classic Rose

📋 copy color: '#EFBADA'

red 239 ◦ green 186 ◦ blue 218

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

Shades of Classic Rose #EFBADA

Tints of Classic Rose #EFBADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.9%

R = 37.17%
G = 28.93%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFBADA (or 0xEFBADA) is known color: Classic Rose. HEX triplet: EF, BA and DA. RGB value is (239,186,218). Sum of RGB (Red+Green+Blue) = 239+186+218=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBADA is #104525. Grayscale: #CDCDCD. Windows color (decimal): -1066278 or 14334703. OLE color: 14334703.

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

Color convert

RGB 239 186 218 -
CMYK 0 0.22 0.09 0.06
HSL 323.77º 0.62% 0.83% -
HSV(B) 323.77º 0.22% 0.94% -
XYZ 65.81 58.53 74.16 -
YUV 205.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 239 186 218 0 0.22 0.09 0.06 323.77 0.62 0.83
Hex EF BA DA 0 16 9 6 144 3E 53
Octal 357 272 332 0 26 11 6 504 76 123
Binary 11101111 10111010 11011010 0 10110 1001 110 101000100 111110 1010011

Color Harmonies of #EFBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBADA

Black with #EFBADA

Text Example


Text Example

White with #EFBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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