Html Css Color HEX #E690B3 Kobi

📋 copy color: '#E690B3'

red 230 ◦ green 144 ◦ blue 179

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

Shades of Kobi #E690B3

Tints of Kobi #E690B3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.04%

 BLUE value IS 179 (70.31% from 255) = 32.37%

R = 41.59%
G = 26.04%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E690B3 (or 0xE690B3) is known color: Kobi. HEX triplet: E6, 90 and B3. RGB value is (230,144,179). Sum of RGB (Red+Green+Blue) = 230+144+179=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E690B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690B3 is #196F4C. Grayscale: #ADADAD. Windows color (decimal): -1666893 or 11768038. OLE color: 11768038.

HSL color Cylindrical-coordinate representation of color #E690B3: hue angle of 335.58º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690B3 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 179 -
CMYK 0 0.37 0.22 0.10
HSL 335.58º 0.63% 0.73% -
HSV(B) 335.58º 0.37% 0.9% -
XYZ 50.74 40.02 47.7 -
YUV 173.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 230 144 179 0 0.37 0.22 0.10 335.58 0.63 0.73
Hex E6 90 B3 0 25 16 A 150 3F 49
Octal 346 220 263 0 45 26 12 520 77 111
Binary 11100110 10010000 10110011 0 100101 10110 1010 101010000 111111 1001001

Color Harmonies of #E690B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690B3

Black with #E690B3

Text Example


Text Example

White with #E690B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690B3; }

 p { color: rgb(230,144,179); }

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

background-color css

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

 a { background-color: rgb(230,144,179); }

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

border-color css

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

 span { border-color: rgb(230,144,179); }

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