Html Css Color HEX #E482A6 Kobi

📋 copy color: '#E482A6'

red 228 ◦ green 130 ◦ blue 166

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

Shades of Kobi #E482A6

Tints of Kobi #E482A6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.81%

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 43.51%
G = 24.81%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E482A6 (or 0xE482A6) is known color: Kobi. HEX triplet: E4, 82 and A6. RGB value is (228,130,166). Sum of RGB (Red+Green+Blue) = 228+130+166=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E482A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E482A6 is #1B7D59. Grayscale: #A3A3A3. Windows color (decimal): -1801562 or 10912484. OLE color: 10912484.

HSL color Cylindrical-coordinate representation of color #E482A6: hue angle of 337.96º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E482A6 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 130 166 -
CMYK 0 0.43 0.27 0.11
HSL 337.96º 0.64% 0.7% -
HSV(B) 337.96º 0.43% 0.89% -
XYZ 46.86 35.21 40.4 -
YUV 163.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 228 130 166 0 0.43 0.27 0.11 337.96 0.64 0.7
Hex E4 82 A6 0 2B 1B B 152 40 46
Octal 344 202 246 0 53 33 13 522 100 106
Binary 11100100 10000010 10100110 0 101011 11011 1011 101010010 1000000 1000110

Color Harmonies of #E482A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482A6

Black with #E482A6

Text Example


Text Example

White with #E482A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482A6; }

 p { color: rgb(228,130,166); }

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

background-color css

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

 a { background-color: rgb(228,130,166); }

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

border-color css

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

 span { border-color: rgb(228,130,166); }

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