Html Css Color HEX #E68AB0 Kobi

📋 copy color: '#E68AB0'

red 230 ◦ green 138 ◦ blue 176

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

Shades of Kobi #E68AB0

Tints of Kobi #E68AB0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.37%

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

R = 42.28%
G = 25.37%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E68AB0 (or 0xE68AB0) is known color: Kobi. HEX triplet: E6, 8A and B0. RGB value is (230,138,176). Sum of RGB (Red+Green+Blue) = 230+138+176=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AB0 is #19754F. Grayscale: #A9A9A9. Windows color (decimal): -1668432 or 11569894. OLE color: 11569894.

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

Color convert

RGB 230 138 176 -
CMYK 0 0.4 0.23 0.10
HSL 335.22º 0.65% 0.72% -
HSV(B) 335.22º 0.4% 0.9% -
XYZ 49.56 38.13 45.82 -
YUV 169.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 230 138 176 0 0.4 0.23 0.10 335.22 0.65 0.72
Hex E6 8A B0 0 28 17 A 14F 41 48
Octal 346 212 260 0 50 27 12 517 101 110
Binary 11100110 10001010 10110000 0 101000 10111 1010 101001111 1000001 1001000

Color Harmonies of #E68AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AB0

Black with #E68AB0

Text Example


Text Example

White with #E68AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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