Html Css Color HEX #E384AF Kobi

📋 copy color: '#E384AF'

red 227 ◦ green 132 ◦ blue 175

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

Shades of Kobi #E384AF

Tints of Kobi #E384AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.77%

R = 42.51%
G = 24.72%
B = 32.77%

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

#E384AF (or 0xE384AF) is known color: Kobi. HEX triplet: E3, 84 and AF. RGB value is (227,132,175). Sum of RGB (Red+Green+Blue) = 227+132+175=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E384AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384AF is #1C7B50. Grayscale: #A5A5A5. Windows color (decimal): -1866577 or 11502819. OLE color: 11502819.

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

Color convert

RGB 227 132 175 -
CMYK 0 0.42 0.23 0.11
HSL 332.84º 0.63% 0.7% -
HSV(B) 332.84º 0.42% 0.89% -
XYZ 47.67 35.93 44.98 -
YUV 165.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 227 132 175 0 0.42 0.23 0.11 332.84 0.63 0.7
Hex E3 84 AF 0 2A 17 B 14D 3F 46
Octal 343 204 257 0 52 27 13 515 77 106
Binary 11100011 10000100 10101111 0 101010 10111 1011 101001101 111111 1000110

Color Harmonies of #E384AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384AF

Black with #E384AF

Text Example


Text Example

White with #E384AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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