Html Css Color HEX #E492A4 Kobi

📋 copy color: '#E492A4'

red 228 ◦ green 146 ◦ blue 164

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

Shades of Kobi #E492A4

Tints of Kobi #E492A4

RGB

 RED value IS 228 (89.45% from 255) = 42.38%

 GREEN value IS 146 (57.42% from 255) = 27.14%

 BLUE value IS 164 (64.45% from 255) = 30.48%

R = 42.38%
G = 27.14%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E492A4 (or 0xE492A4) is known color: Kobi. HEX triplet: E4, 92 and A4. RGB value is (228,146,164). Sum of RGB (Red+Green+Blue) = 228+146+164=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E492A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E492A4 is #1B6D5B. Grayscale: #ACACAC. Windows color (decimal): -1797468 or 10785508. OLE color: 10785508.

HSL color Cylindrical-coordinate representation of color #E492A4: hue angle of 346.83º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E492A4 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 146 164 -
CMYK 0 0.36 0.28 0.11
HSL 346.83º 0.6% 0.73% -
HSV(B) 346.83º 0.36% 0.89% -
XYZ 48.97 39.73 40.21 -
YUV 172.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 228 146 164 0 0.36 0.28 0.11 346.83 0.6 0.73
Hex E4 92 A4 0 24 1C B 15B 3C 49
Octal 344 222 244 0 44 34 13 533 74 111
Binary 11100100 10010010 10100100 0 100100 11100 1011 101011011 111100 1001001

Color Harmonies of #E492A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E492A4

Black with #E492A4

Text Example


Text Example

White with #E492A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E492A4; }

 p { color: rgb(228,146,164); }

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

background-color css

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

 a { background-color: rgb(228,146,164); }

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

border-color css

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

 span { border-color: rgb(228,146,164); }

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