Html Css Color HEX #E884A8 Kobi

📋 copy color: '#E884A8'

red 232 ◦ green 132 ◦ blue 168

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

Shades of Kobi #E884A8

Tints of Kobi #E884A8

RGB

 RED value IS 232 (91.02% from 255) = 43.61%

 GREEN value IS 132 (51.95% from 255) = 24.81%

 BLUE value IS 168 (66.02% from 255) = 31.58%

R = 43.61%
G = 24.81%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E884A8 (or 0xE884A8) is known color: Kobi. HEX triplet: E8, 84 and A8. RGB value is (232,132,168). Sum of RGB (Red+Green+Blue) = 232+132+168=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E884A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E884A8 is #177B57. Grayscale: #A5A5A5. Windows color (decimal): -1538904 or 11044072. OLE color: 11044072.

HSL color Cylindrical-coordinate representation of color #E884A8: hue angle of 338.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884A8 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 132 168 -
CMYK 0 0.43 0.28 0.09
HSL 338.4º 0.68% 0.71% -
HSV(B) 338.4º 0.43% 0.91% -
XYZ 48.6 36.49 41.53 -
YUV 166 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 232 132 168 0 0.43 0.28 0.09 338.4 0.68 0.71
Hex E8 84 A8 0 2B 1C 9 152 44 47
Octal 350 204 250 0 53 34 11 522 104 107
Binary 11101000 10000100 10101000 0 101011 11100 1001 101010010 1000100 1000111

Color Harmonies of #E884A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E884A8

Black with #E884A8

Text Example


Text Example

White with #E884A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E884A8; }

 p { color: rgb(232,132,168); }

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

background-color css

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

 a { background-color: rgb(232,132,168); }

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

border-color css

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

 span { border-color: rgb(232,132,168); }

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