Html Css Color HEX #E18FA5 Kobi

📋 copy color: '#E18FA5'

red 225 ◦ green 143 ◦ blue 165

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

Shades of Kobi #E18FA5

Tints of Kobi #E18FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.96%

R = 42.21%
G = 26.83%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E18FA5 (or 0xE18FA5) is known color: Kobi. HEX triplet: E1, 8F and A5. RGB value is (225,143,165). Sum of RGB (Red+Green+Blue) = 225+143+165=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FA5 is #1E705A. Grayscale: #AAAAAA. Windows color (decimal): -1994843 or 10850273. OLE color: 10850273.

HSL color Cylindrical-coordinate representation of color #E18FA5: hue angle of 343.9º 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 #E18FA5 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 143 165 -
CMYK 0 0.36 0.27 0.12
HSL 343.9º 0.58% 0.72% -
HSV(B) 343.9º 0.36% 0.88% -
XYZ 47.67 38.37 40.49 -
YUV 170.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 225 143 165 0 0.36 0.27 0.12 343.9 0.58 0.72
Hex E1 8F A5 0 24 1B C 158 3A 48
Octal 341 217 245 0 44 33 14 530 72 110
Binary 11100001 10001111 10100101 0 100100 11011 1100 101011000 111010 1001000

Color Harmonies of #E18FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18FA5

Black with #E18FA5

Text Example


Text Example

White with #E18FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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