Html Css Color HEX #E885B0 Kobi

📋 copy color: '#E885B0'

red 232 ◦ green 133 ◦ blue 176

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

Shades of Kobi #E885B0

Tints of Kobi #E885B0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.58%

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 42.88%
G = 24.58%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E885B0 (or 0xE885B0) is known color: Kobi. HEX triplet: E8, 85 and B0. RGB value is (232,133,176). Sum of RGB (Red+Green+Blue) = 232+133+176=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E885B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E885B0 is #177A4F. Grayscale: #A7A7A7. Windows color (decimal): -1538640 or 11568616. OLE color: 11568616.

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

Color convert

RGB 232 133 176 -
CMYK 0 0.43 0.24 0.09
HSL 333.94º 0.68% 0.72% -
HSV(B) 333.94º 0.43% 0.91% -
XYZ 49.5 37.07 45.62 -
YUV 167.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 232 133 176 0 0.43 0.24 0.09 333.94 0.68 0.72
Hex E8 85 B0 0 2B 18 9 14E 44 48
Octal 350 205 260 0 53 30 11 516 104 110
Binary 11101000 10000101 10110000 0 101011 11000 1001 101001110 1000100 1001000

Color Harmonies of #E885B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885B0

Black with #E885B0

Text Example


Text Example

White with #E885B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885B0; }

 p { color: rgb(232,133,176); }

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

background-color css

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

 a { background-color: rgb(232,133,176); }

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

border-color css

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

 span { border-color: rgb(232,133,176); }

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