Html Css Color HEX #E093AF Kobi

📋 copy color: '#E093AF'

red 224 ◦ green 147 ◦ blue 175

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

Shades of Kobi #E093AF

Tints of Kobi #E093AF

RGB

 RED value IS 224 (87.89% from 255) = 41.03%

 GREEN value IS 147 (57.81% from 255) = 26.92%

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

R = 41.03%
G = 26.92%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E093AF (or 0xE093AF) is known color: Kobi. HEX triplet: E0, 93 and AF. RGB value is (224,147,175). Sum of RGB (Red+Green+Blue) = 224+147+175=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E093AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E093AF is #1F6C50. Grayscale: #ADADAD. Windows color (decimal): -2059345 or 11506656. OLE color: 11506656.

HSL color Cylindrical-coordinate representation of color #E093AF: hue angle of 338.18º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E093AF is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 147 175 -
CMYK 0 0.34 0.22 0.12
HSL 338.18º 0.55% 0.73% -
HSV(B) 338.18º 0.34% 0.88% -
XYZ 48.91 39.81 45.66 -
YUV 173.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 224 147 175 0 0.34 0.22 0.12 338.18 0.55 0.73
Hex E0 93 AF 0 22 16 C 152 37 49
Octal 340 223 257 0 42 26 14 522 67 111
Binary 11100000 10010011 10101111 0 100010 10110 1100 101010010 110111 1001001

Color Harmonies of #E093AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093AF

Black with #E093AF

Text Example


Text Example

White with #E093AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093AF; }

 p { color: rgb(224,147,175); }

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

background-color css

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

 a { background-color: rgb(224,147,175); }

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

border-color css

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

 span { border-color: rgb(224,147,175); }

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