Html Css Color HEX #E07BAC Kobi

📋 copy color: '#E07BAC'

red 224 ◦ green 123 ◦ blue 172

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

Shades of Kobi #E07BAC

Tints of Kobi #E07BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.7%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 43.16%
G = 23.7%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E07BAC (or 0xE07BAC) is known color: Kobi. HEX triplet: E0, 7B and AC. RGB value is (224,123,172). Sum of RGB (Red+Green+Blue) = 224+123+172=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07BAC is #1F8453. Grayscale: #9E9E9E. Windows color (decimal): -2065492 or 11303904. OLE color: 11303904.

HSL color Cylindrical-coordinate representation of color #E07BAC: hue angle of 330.89º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BAC is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 172 -
CMYK 0 0.45 0.23 0.12
HSL 330.89º 0.62% 0.68% -
HSV(B) 330.89º 0.45% 0.88% -
XYZ 45.27 32.99 43.01 -
YUV 158.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 224 123 172 0 0.45 0.23 0.12 330.89 0.62 0.68
Hex E0 7B AC 0 2D 17 C 14B 3E 44
Octal 340 173 254 0 55 27 14 513 76 104
Binary 11100000 1111011 10101100 0 101101 10111 1100 101001011 111110 1000100

Color Harmonies of #E07BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BAC

Black with #E07BAC

Text Example


Text Example

White with #E07BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BAC; }

 p { color: rgb(224,123,172); }

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

background-color css

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

 a { background-color: rgb(224,123,172); }

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

border-color css

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

 span { border-color: rgb(224,123,172); }

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