Html Css Color HEX #E18FB0 Kobi

📋 copy color: '#E18FB0'

red 225 ◦ green 143 ◦ blue 176

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

Shades of Kobi #E18FB0

Tints of Kobi #E18FB0

RGB

 RED value IS 225 (88.28% from 255) = 41.36%

 GREEN value IS 143 (56.25% from 255) = 26.29%

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

R = 41.36%
G = 26.29%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E18FB0 (or 0xE18FB0) is known color: Kobi. HEX triplet: E1, 8F and B0. RGB value is (225,143,176). Sum of RGB (Red+Green+Blue) = 225+143+176=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FB0 is #1E704F. Grayscale: #ABABAB. Windows color (decimal): -1994832 or 11571169. OLE color: 11571169.

HSL color Cylindrical-coordinate representation of color #E18FB0: hue angle of 335.85º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E18FB0 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 143 176 -
CMYK 0 0.36 0.22 0.12
HSL 335.85º 0.58% 0.72% -
HSV(B) 335.85º 0.36% 0.88% -
XYZ 48.71 38.79 45.99 -
YUV 171.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 225 143 176 0 0.36 0.22 0.12 335.85 0.58 0.72
Hex E1 8F B0 0 24 16 C 150 3A 48
Octal 341 217 260 0 44 26 14 520 72 110
Binary 11100001 10001111 10110000 0 100100 10110 1100 101010000 111010 1001000

Color Harmonies of #E18FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18FB0

Black with #E18FB0

Text Example


Text Example

White with #E18FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18FB0; }

 p { color: rgb(225,143,176); }

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

background-color css

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

 a { background-color: rgb(225,143,176); }

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

border-color css

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

 span { border-color: rgb(225,143,176); }

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