Html Css Color HEX #E78FB0 Kobi

📋 copy color: '#E78FB0'

red 231 ◦ green 143 ◦ blue 176

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

Shades of Kobi #E78FB0

Tints of Kobi #E78FB0

RGB

 RED value IS 231 (90.63% from 255) = 42%

 GREEN value IS 143 (56.25% from 255) = 26%

 BLUE value IS 176 (69.14% from 255) = 32%

R = 42%
G = 26%
B = 32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E78FB0 (or 0xE78FB0) is known color: Kobi. HEX triplet: E7, 8F and B0. RGB value is (231,143,176). Sum of RGB (Red+Green+Blue) = 231+143+176=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FB0 is #18704F. Grayscale: #ADADAD. Windows color (decimal): -1601616 or 11571175. OLE color: 11571175.

HSL color Cylindrical-coordinate representation of color #E78FB0: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FB0 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 143 176 -
CMYK 0 0.38 0.24 0.09
HSL 337.5º 0.65% 0.73% -
HSV(B) 337.5º 0.38% 0.91% -
XYZ 50.61 39.77 46.08 -
YUV 173.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 231 143 176 0 0.38 0.24 0.09 337.5 0.65 0.73
Hex E7 8F B0 0 26 18 9 152 41 49
Octal 347 217 260 0 46 30 11 522 101 111
Binary 11100111 10001111 10110000 0 100110 11000 1001 101010010 1000001 1001001

Color Harmonies of #E78FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78FB0

Black with #E78FB0

Text Example


Text Example

White with #E78FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78FB0; }

 p { color: rgb(231,143,176); }

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

background-color css

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

 a { background-color: rgb(231,143,176); }

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

border-color css

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

 span { border-color: rgb(231,143,176); }

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