Html Css Color HEX #E68AAE Kobi

📋 copy color: '#E68AAE'

red 230 ◦ green 138 ◦ blue 174

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

Shades of Kobi #E68AAE

Tints of Kobi #E68AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.1%

R = 42.44%
G = 25.46%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E68AAE (or 0xE68AAE) is known color: Kobi. HEX triplet: E6, 8A and AE. RGB value is (230,138,174). Sum of RGB (Red+Green+Blue) = 230+138+174=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AAE is #197551. Grayscale: #A9A9A9. Windows color (decimal): -1668434 or 11438822. OLE color: 11438822.

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

Color convert

RGB 230 138 174 -
CMYK 0 0.4 0.24 0.10
HSL 336.52º 0.65% 0.72% -
HSV(B) 336.52º 0.4% 0.9% -
XYZ 49.36 38.06 44.79 -
YUV 169.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 230 138 174 0 0.4 0.24 0.10 336.52 0.65 0.72
Hex E6 8A AE 0 28 18 A 151 41 48
Octal 346 212 256 0 50 30 12 521 101 110
Binary 11100110 10001010 10101110 0 101000 11000 1010 101010001 1000001 1001000

Color Harmonies of #E68AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AAE

Black with #E68AAE

Text Example


Text Example

White with #E68AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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