Html Css Color HEX #E394B4 Kobi

📋 copy color: '#E394B4'

red 227 ◦ green 148 ◦ blue 180

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

Shades of Kobi #E394B4

Tints of Kobi #E394B4

RGB

 RED value IS 227 (89.06% from 255) = 40.9%

 GREEN value IS 148 (58.2% from 255) = 26.67%

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

R = 40.9%
G = 26.67%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E394B4 (or 0xE394B4) is known color: Kobi. HEX triplet: E3, 94 and B4. RGB value is (227,148,180). Sum of RGB (Red+Green+Blue) = 227+148+180=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E394B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E394B4 is #1C6B4B. Grayscale: #AFAFAF. Windows color (decimal): -1862476 or 11834595. OLE color: 11834595.

HSL color Cylindrical-coordinate representation of color #E394B4: hue angle of 335.7º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E394B4 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 148 180 -
CMYK 0 0.35 0.21 0.11
HSL 335.7º 0.59% 0.74% -
HSV(B) 335.7º 0.35% 0.89% -
XYZ 50.51 40.81 48.39 -
YUV 175.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 227 148 180 0 0.35 0.21 0.11 335.7 0.59 0.74
Hex E3 94 B4 0 23 15 B 150 3B 4A
Octal 343 224 264 0 43 25 13 520 73 112
Binary 11100011 10010100 10110100 0 100011 10101 1011 101010000 111011 1001010

Color Harmonies of #E394B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E394B4

Black with #E394B4

Text Example


Text Example

White with #E394B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E394B4; }

 p { color: rgb(227,148,180); }

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

background-color css

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

 a { background-color: rgb(227,148,180); }

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

border-color css

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

 span { border-color: rgb(227,148,180); }

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