Html Css Color HEX #E694A9 Kobi

📋 copy color: '#E694A9'

red 230 ◦ green 148 ◦ blue 169

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

Shades of Kobi #E694A9

Tints of Kobi #E694A9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.06%

 BLUE value IS 169 (66.41% from 255) = 30.9%

R = 42.05%
G = 27.06%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E694A9 (or 0xE694A9) is known color: Kobi. HEX triplet: E6, 94 and A9. RGB value is (230,148,169). Sum of RGB (Red+Green+Blue) = 230+148+169=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E694A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E694A9 is #196B56. Grayscale: #AEAEAE. Windows color (decimal): -1665879 or 11113702. OLE color: 11113702.

HSL color Cylindrical-coordinate representation of color #E694A9: hue angle of 344.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E694A9 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 169 -
CMYK 0 0.36 0.27 0.10
HSL 344.63º 0.62% 0.74% -
HSV(B) 344.63º 0.36% 0.9% -
XYZ 50.38 40.87 42.77 -
YUV 174.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 230 148 169 0 0.36 0.27 0.10 344.63 0.62 0.74
Hex E6 94 A9 0 24 1B A 159 3E 4A
Octal 346 224 251 0 44 33 12 531 76 112
Binary 11100110 10010100 10101001 0 100100 11011 1010 101011001 111110 1001010

Color Harmonies of #E694A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694A9

Black with #E694A9

Text Example


Text Example

White with #E694A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694A9; }

 p { color: rgb(230,148,169); }

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

background-color css

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

 a { background-color: rgb(230,148,169); }

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

border-color css

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

 span { border-color: rgb(230,148,169); }

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