Html Css Color HEX #E68FAE Kobi

📋 copy color: '#E68FAE'

red 230 ◦ green 143 ◦ blue 174

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

Shades of Kobi #E68FAE

Tints of Kobi #E68FAE

RGB

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

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

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

R = 42.05%
G = 26.14%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E68FAE (or 0xE68FAE) is known color: Kobi. HEX triplet: E6, 8F and AE. RGB value is (230,143,174). Sum of RGB (Red+Green+Blue) = 230+143+174=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FAE is #197051. Grayscale: #ACACAC. Windows color (decimal): -1667154 or 11440102. OLE color: 11440102.

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

Color convert

RGB 230 143 174 -
CMYK 0 0.38 0.24 0.10
HSL 338.62º 0.64% 0.73% -
HSV(B) 338.62º 0.38% 0.9% -
XYZ 50.1 39.52 45.03 -
YUV 172.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 230 143 174 0 0.38 0.24 0.10 338.62 0.64 0.73
Hex E6 8F AE 0 26 18 A 153 40 49
Octal 346 217 256 0 46 30 12 523 100 111
Binary 11100110 10001111 10101110 0 100110 11000 1010 101010011 1000000 1001001

Color Harmonies of #E68FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68FAE

Black with #E68FAE

Text Example


Text Example

White with #E68FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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