Html Css Color HEX #E78AAD Kobi

📋 copy color: '#E78AAD'

red 231 ◦ green 138 ◦ blue 173

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

Shades of Kobi #E78AAD

Tints of Kobi #E78AAD

RGB

 RED value IS 231 (90.63% from 255) = 42.62%

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

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

R = 42.62%
G = 25.46%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E78AAD (or 0xE78AAD) is known color: Kobi. HEX triplet: E7, 8A and AD. RGB value is (231,138,173). Sum of RGB (Red+Green+Blue) = 231+138+173=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AAD is #187552. Grayscale: #A9A9A9. Windows color (decimal): -1602899 or 11373287. OLE color: 11373287.

HSL color Cylindrical-coordinate representation of color #E78AAD: hue angle of 337.42º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AAD is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 138 173 -
CMYK 0 0.40 0.25 0.09
HSL 337.42º 0.66% 0.72% -
HSV(B) 337.42º 0.4% 0.91% -
XYZ 49.59 38.18 44.29 -
YUV 169.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 231 138 173 0 0.40 0.25 0.09 337.42 0.66 0.72
Hex E7 8A AD 0 28 19 9 151 42 48
Octal 347 212 255 0 50 31 11 521 102 110
Binary 11100111 10001010 10101101 0 101000 11001 1001 101010001 1000010 1001000

Color Harmonies of #E78AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78AAD

Black with #E78AAD

Text Example


Text Example

White with #E78AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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