Html Css Color HEX #E690B2 Kobi

📋 copy color: '#E690B2'

red 230 ◦ green 144 ◦ blue 178

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

Shades of Kobi #E690B2

Tints of Kobi #E690B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.25%

R = 41.67%
G = 26.09%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E690B2 (or 0xE690B2) is known color: Kobi. HEX triplet: E6, 90 and B2. RGB value is (230,144,178). Sum of RGB (Red+Green+Blue) = 230+144+178=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E690B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690B2 is #196F4D. Grayscale: #ADADAD. Windows color (decimal): -1666894 or 11702502. OLE color: 11702502.

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

Color convert

RGB 230 144 178 -
CMYK 0 0.37 0.23 0.10
HSL 336.28º 0.63% 0.73% -
HSV(B) 336.28º 0.37% 0.9% -
XYZ 50.64 39.98 47.17 -
YUV 173.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 230 144 178 0 0.37 0.23 0.10 336.28 0.63 0.73
Hex E6 90 B2 0 25 17 A 150 3F 49
Octal 346 220 262 0 45 27 12 520 77 111
Binary 11100110 10010000 10110010 0 100101 10111 1010 101010000 111111 1001001

Color Harmonies of #E690B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690B2

Black with #E690B2

Text Example


Text Example

White with #E690B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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