Html Css Color HEX #ECBADA Classic Rose

📋 copy color: '#ECBADA'

red 236 ◦ green 186 ◦ blue 218

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

Shades of Classic Rose #ECBADA

Tints of Classic Rose #ECBADA

RGB

 RED value IS 236 (92.58% from 255) = 36.88%

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

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

R = 36.88%
G = 29.06%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECBADA (or 0xECBADA) is known color: Classic Rose. HEX triplet: EC, BA and DA. RGB value is (236,186,218). Sum of RGB (Red+Green+Blue) = 236+186+218=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBADA is #134525. Grayscale: #CCCCCC. Windows color (decimal): -1262886 or 14334700. OLE color: 14334700.

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

Color convert

RGB 236 186 218 -
CMYK 0 0.21 0.08 0.07
HSL 321.6º 0.57% 0.83% -
HSV(B) 321.6º 0.21% 0.93% -
XYZ 64.81 58.01 74.11 -
YUV 204.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 236 186 218 0 0.21 0.08 0.07 321.6 0.57 0.83
Hex EC BA DA 0 15 8 7 142 39 53
Octal 354 272 332 0 25 10 7 502 71 123
Binary 11101100 10111010 11011010 0 10101 1000 111 101000010 111001 1010011

Color Harmonies of #ECBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBADA

Black with #ECBADA

Text Example


Text Example

White with #ECBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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