Html Css Color HEX #E384A4 Kobi

📋 copy color: '#E384A4'

red 227 ◦ green 132 ◦ blue 164

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

Shades of Kobi #E384A4

Tints of Kobi #E384A4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.24%

 BLUE value IS 164 (64.45% from 255) = 31.36%

R = 43.4%
G = 25.24%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E384A4 (or 0xE384A4) is known color: Kobi. HEX triplet: E3, 84 and A4. RGB value is (227,132,164). Sum of RGB (Red+Green+Blue) = 227+132+164=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E384A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384A4 is #1C7B5B. Grayscale: #A4A4A4. Windows color (decimal): -1866588 or 10781923. OLE color: 10781923.

HSL color Cylindrical-coordinate representation of color #E384A4: hue angle of 339.79º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384A4 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 132 164 -
CMYK 0 0.42 0.28 0.11
HSL 339.79º 0.63% 0.7% -
HSV(B) 339.79º 0.42% 0.89% -
XYZ 46.63 35.51 39.52 -
YUV 164.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 227 132 164 0 0.42 0.28 0.11 339.79 0.63 0.7
Hex E3 84 A4 0 2A 1C B 154 3F 46
Octal 343 204 244 0 52 34 13 524 77 106
Binary 11100011 10000100 10100100 0 101010 11100 1011 101010100 111111 1000110

Color Harmonies of #E384A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384A4

Black with #E384A4

Text Example


Text Example

White with #E384A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384A4; }

 p { color: rgb(227,132,164); }

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

background-color css

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

 a { background-color: rgb(227,132,164); }

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

border-color css

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

 span { border-color: rgb(227,132,164); }

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