Html Css Color HEX #E6AEAE Beauty Bush

📋 copy color: '#E6AEAE'

red 230 ◦ green 174 ◦ blue 174

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

Shades of Beauty Bush #E6AEAE

Tints of Beauty Bush #E6AEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.1%

R = 39.79%
G = 30.1%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6AEAE (or 0xE6AEAE) is known color: Beauty Bush. HEX triplet: E6, AE and AE. RGB value is (230,174,174). Sum of RGB (Red+Green+Blue) = 230+174+174=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AEAE is #195151. Grayscale: #BEBEBE. Windows color (decimal): -1659218 or 11448038. OLE color: 11448038.

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

Color convert

RGB 230 174 174 -
CMYK 0 0.24 0.24 0.10
HSL 0.53% 0.79% -
HSV(B) 0.24% 0.9% -
XYZ 55.41 50.15 46.8 -
YUV 190.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 230 174 174 0 0.24 0.24 0.10 0 0.53 0.79
Hex E6 AE AE 0 18 18 A 0 35 4F
Octal 346 256 256 0 30 30 12 0 65 117
Binary 11100110 10101110 10101110 0 11000 11000 1010 0 110101 1001111

Color Harmonies of #E6AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEAE

Black with #E6AEAE

Text Example


Text Example

White with #E6AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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