Html Css Color HEX #E697B2 Kobi

📋 copy color: '#E697B2'

red 230 ◦ green 151 ◦ blue 178

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

Shades of Kobi #E697B2

Tints of Kobi #E697B2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.01%

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

R = 41.14%
G = 27.01%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E697B2 (or 0xE697B2) is known color: Kobi. HEX triplet: E6, 97 and B2. RGB value is (230,151,178). Sum of RGB (Red+Green+Blue) = 230+151+178=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E697B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E697B2 is #19684D. Grayscale: #B1B1B1. Windows color (decimal): -1665102 or 11704294. OLE color: 11704294.

HSL color Cylindrical-coordinate representation of color #E697B2: hue angle of 339.49º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697B2 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 178 -
CMYK 0 0.34 0.23 0.10
HSL 339.49º 0.61% 0.75% -
HSV(B) 339.49º 0.34% 0.9% -
XYZ 51.74 42.17 47.53 -
YUV 177.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 230 151 178 0 0.34 0.23 0.10 339.49 0.61 0.75
Hex E6 97 B2 0 22 17 A 153 3D 4B
Octal 346 227 262 0 42 27 12 523 75 113
Binary 11100110 10010111 10110010 0 100010 10111 1010 101010011 111101 1001011

Color Harmonies of #E697B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697B2

Black with #E697B2

Text Example


Text Example

White with #E697B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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