Html Css Color HEX #E385AE Kobi

📋 copy color: '#E385AE'

red 227 ◦ green 133 ◦ blue 174

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

Shades of Kobi #E385AE

Tints of Kobi #E385AE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.91%

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

R = 42.51%
G = 24.91%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E385AE (or 0xE385AE) is known color: Kobi. HEX triplet: E3, 85 and AE. RGB value is (227,133,174). Sum of RGB (Red+Green+Blue) = 227+133+174=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E385AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E385AE is #1C7A51. Grayscale: #A5A5A5. Windows color (decimal): -1866322 or 11437539. OLE color: 11437539.

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

Color convert

RGB 227 133 174 -
CMYK 0 0.41 0.23 0.11
HSL 333.83º 0.63% 0.71% -
HSV(B) 333.83º 0.41% 0.89% -
XYZ 47.71 36.16 44.51 -
YUV 165.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 227 133 174 0 0.41 0.23 0.11 333.83 0.63 0.71
Hex E3 85 AE 0 29 17 B 14E 3F 47
Octal 343 205 256 0 51 27 13 516 77 107
Binary 11100011 10000101 10101110 0 101001 10111 1011 101001110 111111 1000111

Color Harmonies of #E385AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385AE

Black with #E385AE

Text Example


Text Example

White with #E385AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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