Html Css Color HEX #E298AD Kobi

📋 copy color: '#E298AD'

red 226 ◦ green 152 ◦ blue 173

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

Shades of Kobi #E298AD

Tints of Kobi #E298AD

RGB

 RED value IS 226 (88.67% from 255) = 41.02%

 GREEN value IS 152 (59.77% from 255) = 27.59%

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

R = 41.02%
G = 27.59%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E298AD (or 0xE298AD) is known color: Kobi. HEX triplet: E2, 98 and AD. RGB value is (226,152,173). Sum of RGB (Red+Green+Blue) = 226+152+173=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E298AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E298AD is #1D6752. Grayscale: #B0B0B0. Windows color (decimal): -1926995 or 11376866. OLE color: 11376866.

HSL color Cylindrical-coordinate representation of color #E298AD: hue angle of 342.97º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E298AD is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 152 173 -
CMYK 0 0.33 0.23 0.11
HSL 342.97º 0.56% 0.74% -
HSV(B) 342.97º 0.33% 0.89% -
XYZ 50.14 41.64 44.93 -
YUV 176.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 226 152 173 0 0.33 0.23 0.11 342.97 0.56 0.74
Hex E2 98 AD 0 21 17 B 157 38 4A
Octal 342 230 255 0 41 27 13 527 70 112
Binary 11100010 10011000 10101101 0 100001 10111 1011 101010111 111000 1001010

Color Harmonies of #E298AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E298AD

Black with #E298AD

Text Example


Text Example

White with #E298AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E298AD; }

 p { color: rgb(226,152,173); }

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

background-color css

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

 a { background-color: rgb(226,152,173); }

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

border-color css

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

 span { border-color: rgb(226,152,173); }

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