Html Css Color HEX #E47BAA Kobi

📋 copy color: '#E47BAA'

red 228 ◦ green 123 ◦ blue 170

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

Shades of Kobi #E47BAA

Tints of Kobi #E47BAA

RGB

 RED value IS 228 (89.45% from 255) = 43.76%

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

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

R = 43.76%
G = 23.61%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E47BAA (or 0xE47BAA) is known color: Kobi. HEX triplet: E4, 7B and AA. RGB value is (228,123,170). Sum of RGB (Red+Green+Blue) = 228+123+170=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47BAA is #1B8455. Grayscale: #9F9F9F. Windows color (decimal): -1803350 or 11172836. OLE color: 11172836.

HSL color Cylindrical-coordinate representation of color #E47BAA: hue angle of 333.14º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47BAA is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 123 170 -
CMYK 0 0.46 0.25 0.11
HSL 333.14º 0.66% 0.69% -
HSV(B) 333.14º 0.46% 0.89% -
XYZ 46.33 33.56 42.07 -
YUV 159.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 228 123 170 0 0.46 0.25 0.11 333.14 0.66 0.69
Hex E4 7B AA 0 2E 19 B 14D 42 45
Octal 344 173 252 0 56 31 13 515 102 105
Binary 11100100 1111011 10101010 0 101110 11001 1011 101001101 1000010 1000101

Color Harmonies of #E47BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47BAA

Black with #E47BAA

Text Example


Text Example

White with #E47BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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