Html Css Color HEX #E689A5 Kobi

📋 copy color: '#E689A5'

red 230 ◦ green 137 ◦ blue 165

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

Shades of Kobi #E689A5

Tints of Kobi #E689A5

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.75%

 BLUE value IS 165 (64.84% from 255) = 31.02%

R = 43.23%
G = 25.75%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E689A5 (or 0xE689A5) is known color: Kobi. HEX triplet: E6, 89 and A5. RGB value is (230,137,165). Sum of RGB (Red+Green+Blue) = 230+137+165=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E689A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E689A5 is #19765A. Grayscale: #A7A7A7. Windows color (decimal): -1668699 or 10848742. OLE color: 10848742.

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

Color convert

RGB 230 137 165 -
CMYK 0 0.40 0.28 0.10
HSL 341.94º 0.65% 0.72% -
HSV(B) 341.94º 0.4% 0.9% -
XYZ 48.37 37.43 40.27 -
YUV 168 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 230 137 165 0 0.40 0.28 0.10 341.94 0.65 0.72
Hex E6 89 A5 0 28 1C A 156 41 48
Octal 346 211 245 0 50 34 12 526 101 110
Binary 11100110 10001001 10100101 0 101000 11100 1010 101010110 1000001 1001000

Color Harmonies of #E689A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E689A5

Black with #E689A5

Text Example


Text Example

White with #E689A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E689A5; }

 p { color: rgb(230,137,165); }

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

background-color css

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

 a { background-color: rgb(230,137,165); }

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

border-color css

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

 span { border-color: rgb(230,137,165); }

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