Html Css Color HEX #E47FAA Kobi

📋 copy color: '#E47FAA'

red 228 ◦ green 127 ◦ blue 170

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

Shades of Kobi #E47FAA

Tints of Kobi #E47FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.19%

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

R = 43.43%
G = 24.19%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E47FAA (or 0xE47FAA) is known color: Kobi. HEX triplet: E4, 7F and AA. RGB value is (228,127,170). Sum of RGB (Red+Green+Blue) = 228+127+170=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47FAA is #1B8055. Grayscale: #A2A2A2. Windows color (decimal): -1802326 or 11173860. OLE color: 11173860.

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

Color convert

RGB 228 127 170 -
CMYK 0 0.44 0.25 0.11
HSL 334.46º 0.65% 0.7% -
HSV(B) 334.46º 0.44% 0.89% -
XYZ 46.84 34.58 42.24 -
YUV 162.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 228 127 170 0 0.44 0.25 0.11 334.46 0.65 0.7
Hex E4 7F AA 0 2C 19 B 14E 41 46
Octal 344 177 252 0 54 31 13 516 101 106
Binary 11100100 1111111 10101010 0 101100 11001 1011 101001110 1000001 1000110

Color Harmonies of #E47FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47FAA

Black with #E47FAA

Text Example


Text Example

White with #E47FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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