Html Css Color HEX #E18CB4 Kobi

📋 copy color: '#E18CB4'

red 225 ◦ green 140 ◦ blue 180

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

Shades of Kobi #E18CB4

Tints of Kobi #E18CB4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.69%

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 41.28%
G = 25.69%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E18CB4 (or 0xE18CB4) is known color: Kobi. HEX triplet: E1, 8C and B4. RGB value is (225,140,180). Sum of RGB (Red+Green+Blue) = 225+140+180=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CB4 is #1E734B. Grayscale: #A9A9A9. Windows color (decimal): -1995596 or 11832545. OLE color: 11832545.

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

Color convert

RGB 225 140 180 -
CMYK 0 0.38 0.2 0.12
HSL 331.76º 0.59% 0.72% -
HSV(B) 331.76º 0.38% 0.88% -
XYZ 48.67 38.06 47.96 -
YUV 169.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 225 140 180 0 0.38 0.2 0.12 331.76 0.59 0.72
Hex E1 8C B4 0 26 14 C 14C 3B 48
Octal 341 214 264 0 46 24 14 514 73 110
Binary 11100001 10001100 10110100 0 100110 10100 1100 101001100 111011 1001000

Color Harmonies of #E18CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18CB4

Black with #E18CB4

Text Example


Text Example

White with #E18CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18CB4; }

 p { color: rgb(225,140,180); }

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

background-color css

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

 a { background-color: rgb(225,140,180); }

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

border-color css

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

 span { border-color: rgb(225,140,180); }

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