Html Css Color HEX #E690A8 Kobi

📋 copy color: '#E690A8'

red 230 ◦ green 144 ◦ blue 168

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

Shades of Kobi #E690A8

Tints of Kobi #E690A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31%

R = 42.44%
G = 26.57%
B = 31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E690A8 (or 0xE690A8) is known color: Kobi. HEX triplet: E6, 90 and A8. RGB value is (230,144,168). Sum of RGB (Red+Green+Blue) = 230+144+168=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E690A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690A8 is #196F57. Grayscale: #ACACAC. Windows color (decimal): -1666904 or 11047142. OLE color: 11047142.

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

Color convert

RGB 230 144 168 -
CMYK 0 0.37 0.27 0.10
HSL 343.26º 0.63% 0.73% -
HSV(B) 343.26º 0.37% 0.9% -
XYZ 49.67 39.6 42.07 -
YUV 172.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 230 144 168 0 0.37 0.27 0.10 343.26 0.63 0.73
Hex E6 90 A8 0 25 1B A 157 3F 49
Octal 346 220 250 0 45 33 12 527 77 111
Binary 11100110 10010000 10101000 0 100101 11011 1010 101010111 111111 1001001

Color Harmonies of #E690A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690A8

Black with #E690A8

Text Example


Text Example

White with #E690A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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