Html Css Color HEX #E68BAF Kobi

📋 copy color: '#E68BAF'

red 230 ◦ green 139 ◦ blue 175

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

Shades of Kobi #E68BAF

Tints of Kobi #E68BAF

RGB

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

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

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

R = 42.28%
G = 25.55%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E68BAF (or 0xE68BAF) is known color: Kobi. HEX triplet: E6, 8B and AF. RGB value is (230,139,175). Sum of RGB (Red+Green+Blue) = 230+139+175=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BAF is #197450. Grayscale: #AAAAAA. Windows color (decimal): -1668177 or 11504614. OLE color: 11504614.

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

Color convert

RGB 230 139 175 -
CMYK 0 0.40 0.24 0.10
HSL 336.26º 0.65% 0.72% -
HSV(B) 336.26º 0.4% 0.9% -
XYZ 49.6 38.38 45.35 -
YUV 170.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 230 139 175 0 0.40 0.24 0.10 336.26 0.65 0.72
Hex E6 8B AF 0 28 18 A 150 41 48
Octal 346 213 257 0 50 30 12 520 101 110
Binary 11100110 10001011 10101111 0 101000 11000 1010 101010000 1000001 1001000

Color Harmonies of #E68BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68BAF

Black with #E68BAF

Text Example


Text Example

White with #E68BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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