Html Css Color HEX #E57BAA Kobi

📋 copy color: '#E57BAA'

red 229 ◦ green 123 ◦ blue 170

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

Shades of Kobi #E57BAA

Tints of Kobi #E57BAA

RGB

 RED value IS 229 (89.84% from 255) = 43.87%

 GREEN value IS 123 (48.44% from 255) = 23.56%

 BLUE value IS 170 (66.8% from 255) = 32.57%

R = 43.87%
G = 23.56%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E57BAA (or 0xE57BAA) is known color: Kobi. HEX triplet: E5, 7B and AA. RGB value is (229,123,170). Sum of RGB (Red+Green+Blue) = 229+123+170=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57BAA is #1A8455. Grayscale: #9F9F9F. Windows color (decimal): -1737814 or 11172837. OLE color: 11172837.

HSL color Cylindrical-coordinate representation of color #E57BAA: hue angle of 333.4º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57BAA is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 123 170 -
CMYK 0 0.46 0.26 0.10
HSL 333.4º 0.67% 0.69% -
HSV(B) 333.4º 0.46% 0.9% -
XYZ 46.65 33.73 42.08 -
YUV 160.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 229 123 170 0 0.46 0.26 0.10 333.4 0.67 0.69
Hex E5 7B AA 0 2E 1A A 14D 43 45
Octal 345 173 252 0 56 32 12 515 103 105
Binary 11100101 1111011 10101010 0 101110 11010 1010 101001101 1000011 1000101

Color Harmonies of #E57BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57BAA

Black with #E57BAA

Text Example


Text Example

White with #E57BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57BAA; }

 p { color: rgb(229,123,170); }

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

background-color css

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

 a { background-color: rgb(229,123,170); }

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

border-color css

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

 span { border-color: rgb(229,123,170); }

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