Html Css Color HEX #E384AE Kobi

📋 copy color: '#E384AE'

red 227 ◦ green 132 ◦ blue 174

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

Shades of Kobi #E384AE

Tints of Kobi #E384AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.65%

R = 42.59%
G = 24.77%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E384AE (or 0xE384AE) is known color: Kobi. HEX triplet: E3, 84 and AE. RGB value is (227,132,174). Sum of RGB (Red+Green+Blue) = 227+132+174=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E384AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384AE is #1C7B51. Grayscale: #A5A5A5. Windows color (decimal): -1866578 or 11437283. OLE color: 11437283.

HSL color Cylindrical-coordinate representation of color #E384AE: hue angle of 333.47º 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 #E384AE is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 132 174 -
CMYK 0 0.42 0.23 0.11
HSL 333.47º 0.63% 0.7% -
HSV(B) 333.47º 0.42% 0.89% -
XYZ 47.57 35.89 44.46 -
YUV 165.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 227 132 174 0 0.42 0.23 0.11 333.47 0.63 0.7
Hex E3 84 AE 0 2A 17 B 14D 3F 46
Octal 343 204 256 0 52 27 13 515 77 106
Binary 11100011 10000100 10101110 0 101010 10111 1011 101001101 111111 1000110

Color Harmonies of #E384AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384AE

Black with #E384AE

Text Example


Text Example

White with #E384AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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