Html Css Color HEX #E68FAD Kobi

📋 copy color: '#E68FAD'

red 230 ◦ green 143 ◦ blue 173

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

Shades of Kobi #E68FAD

Tints of Kobi #E68FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.19%

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 42.12%
G = 26.19%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E68FAD (or 0xE68FAD) is known color: Kobi. HEX triplet: E6, 8F and AD. RGB value is (230,143,173). Sum of RGB (Red+Green+Blue) = 230+143+173=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FAD is #197052. Grayscale: #ACACAC. Windows color (decimal): -1667155 or 11374566. OLE color: 11374566.

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

Color convert

RGB 230 143 173 -
CMYK 0 0.38 0.25 0.10
HSL 339.31º 0.64% 0.73% -
HSV(B) 339.31º 0.38% 0.9% -
XYZ 50 39.49 44.52 -
YUV 172.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 230 143 173 0 0.38 0.25 0.10 339.31 0.64 0.73
Hex E6 8F AD 0 26 19 A 153 40 49
Octal 346 217 255 0 46 31 12 523 100 111
Binary 11100110 10001111 10101101 0 100110 11001 1010 101010011 1000000 1001001

Color Harmonies of #E68FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68FAD

Black with #E68FAD

Text Example


Text Example

White with #E68FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68FAD; }

 p { color: rgb(230,143,173); }

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

background-color css

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

 a { background-color: rgb(230,143,173); }

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

border-color css

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

 span { border-color: rgb(230,143,173); }

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