Html Css Color HEX #E68BB0 Kobi

📋 copy color: '#E68BB0'

red 230 ◦ green 139 ◦ blue 176

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

Shades of Kobi #E68BB0

Tints of Kobi #E68BB0

RGB

 RED value IS 230 (90.23% from 255) = 42.2%

 GREEN value IS 139 (54.69% from 255) = 25.5%

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

R = 42.2%
G = 25.5%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E68BB0 (or 0xE68BB0) is known color: Kobi. HEX triplet: E6, 8B and B0. RGB value is (230,139,176). Sum of RGB (Red+Green+Blue) = 230+139+176=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BB0 is #19744F. Grayscale: #AAAAAA. Windows color (decimal): -1668176 or 11570150. OLE color: 11570150.

HSL color Cylindrical-coordinate representation of color #E68BB0: hue angle of 335.6º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68BB0 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 139 176 -
CMYK 0 0.40 0.23 0.10
HSL 335.6º 0.65% 0.72% -
HSV(B) 335.6º 0.4% 0.9% -
XYZ 49.7 38.42 45.87 -
YUV 170.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 230 139 176 0 0.40 0.23 0.10 335.6 0.65 0.72
Hex E6 8B B0 0 28 17 A 150 41 48
Octal 346 213 260 0 50 27 12 520 101 110
Binary 11100110 10001011 10110000 0 101000 10111 1010 101010000 1000001 1001000

Color Harmonies of #E68BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68BB0

Black with #E68BB0

Text Example


Text Example

White with #E68BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68BB0; }

 p { color: rgb(230,139,176); }

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

background-color css

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

 a { background-color: rgb(230,139,176); }

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

border-color css

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

 span { border-color: rgb(230,139,176); }

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