Html Css Color HEX #EDB2B2 Beauty Bush

📋 copy color: '#EDB2B2'

red 237 ◦ green 178 ◦ blue 178

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

Shades of Beauty Bush #EDB2B2

Tints of Beauty Bush #EDB2B2

RGB

 RED value IS 237 (92.97% from 255) = 39.97%

 GREEN value IS 178 (69.92% from 255) = 30.02%

 BLUE value IS 178 (69.92% from 255) = 30.02%

R = 39.97%
G = 30.02%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDB2B2 (or 0xEDB2B2) is known color: Beauty Bush. HEX triplet: ED, B2 and B2. RGB value is (237,178,178). Sum of RGB (Red+Green+Blue) = 237+178+178=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB2B2 is #124D4D. Grayscale: #C3C3C3. Windows color (decimal): -1199438 or 11711213. OLE color: 11711213.

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

Color convert

RGB 237 178 178 -
CMYK 0 0.25 0.25 0.07
HSL 0.62% 0.81% -
HSV(B) 0.25% 0.93% -
XYZ 58.88 53.06 49.26 -
YUV 195.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 237 178 178 0 0.25 0.25 0.07 0 0.62 0.81
Hex ED B2 B2 0 19 19 7 0 3E 51
Octal 355 262 262 0 31 31 7 0 76 121
Binary 11101101 10110010 10110010 0 11001 11001 111 0 111110 1010001

Color Harmonies of #EDB2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2B2

Black with #EDB2B2

Text Example


Text Example

White with #EDB2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2B2; }

 p { color: rgb(237,178,178); }

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

background-color css

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

 a { background-color: rgb(237,178,178); }

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

border-color css

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

 span { border-color: rgb(237,178,178); }

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