Html Css Color HEX #E68AAD Kobi

📋 copy color: '#E68AAD'

red 230 ◦ green 138 ◦ blue 173

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

Shades of Kobi #E68AAD

Tints of Kobi #E68AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.51%

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

R = 42.51%
G = 25.51%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E68AAD (or 0xE68AAD) is known color: Kobi. HEX triplet: E6, 8A and AD. RGB value is (230,138,173). Sum of RGB (Red+Green+Blue) = 230+138+173=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AAD is #197552. Grayscale: #A9A9A9. Windows color (decimal): -1668435 or 11373286. OLE color: 11373286.

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

Color convert

RGB 230 138 173 -
CMYK 0 0.4 0.25 0.10
HSL 337.17º 0.65% 0.72% -
HSV(B) 337.17º 0.4% 0.9% -
XYZ 49.26 38.02 44.28 -
YUV 169.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 230 138 173 0 0.4 0.25 0.10 337.17 0.65 0.72
Hex E6 8A AD 0 28 19 A 151 41 48
Octal 346 212 255 0 50 31 12 521 101 110
Binary 11100110 10001010 10101101 0 101000 11001 1010 101010001 1000001 1001000

Color Harmonies of #E68AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AAD

Black with #E68AAD

Text Example


Text Example

White with #E68AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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