Html Css Color HEX #E6AEBA Blossom

📋 copy color: '#E6AEBA'

red 230 ◦ green 174 ◦ blue 186

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

Shades of Blossom #E6AEBA

Tints of Blossom #E6AEBA

RGB

 RED value IS 230 (90.23% from 255) = 38.98%

 GREEN value IS 174 (68.36% from 255) = 29.49%

 BLUE value IS 186 (73.05% from 255) = 31.53%

R = 38.98%
G = 29.49%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6AEBA (or 0xE6AEBA) is known color: Blossom. HEX triplet: E6, AE and BA. RGB value is (230,174,186). Sum of RGB (Red+Green+Blue) = 230+174+186=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEBA is #195145. Grayscale: #C0C0C0. Windows color (decimal): -1659206 or 12234470. OLE color: 12234470.

HSL color Cylindrical-coordinate representation of color #E6AEBA: hue angle of 347.14º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AEBA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 174 186 -
CMYK 0 0.24 0.19 0.10
HSL 347.14º 0.53% 0.79% -
HSV(B) 347.14º 0.24% 0.9% -
XYZ 56.63 50.64 53.24 -
YUV 192.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 230 174 186 0 0.24 0.19 0.10 347.14 0.53 0.79
Hex E6 AE BA 0 18 13 A 15B 35 4F
Octal 346 256 272 0 30 23 12 533 65 117
Binary 11100110 10101110 10111010 0 11000 10011 1010 101011011 110101 1001111

Color Harmonies of #E6AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEBA

Black with #E6AEBA

Text Example


Text Example

White with #E6AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEBA; }

 p { color: rgb(230,174,186); }

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

background-color css

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

 a { background-color: rgb(230,174,186); }

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

border-color css

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

 span { border-color: rgb(230,174,186); }

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