Html Css Color HEX #E48BAE Kobi

📋 copy color: '#E48BAE'

red 228 ◦ green 139 ◦ blue 174

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

Shades of Kobi #E48BAE

Tints of Kobi #E48BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.69%

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

R = 42.14%
G = 25.69%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E48BAE (or 0xE48BAE) is known color: Kobi. HEX triplet: E4, 8B and AE. RGB value is (228,139,174). Sum of RGB (Red+Green+Blue) = 228+139+174=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48BAE is #1B7451. Grayscale: #A9A9A9. Windows color (decimal): -1799250 or 11439076. OLE color: 11439076.

HSL color Cylindrical-coordinate representation of color #E48BAE: hue angle of 336.4º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48BAE is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 139 174 -
CMYK 0 0.39 0.24 0.11
HSL 336.4º 0.62% 0.72% -
HSV(B) 336.4º 0.39% 0.89% -
XYZ 48.87 38.02 44.81 -
YUV 169.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 228 139 174 0 0.39 0.24 0.11 336.4 0.62 0.72
Hex E4 8B AE 0 27 18 B 150 3E 48
Octal 344 213 256 0 47 30 13 520 76 110
Binary 11100100 10001011 10101110 0 100111 11000 1011 101010000 111110 1001000

Color Harmonies of #E48BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48BAE

Black with #E48BAE

Text Example


Text Example

White with #E48BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48BAE; }

 p { color: rgb(228,139,174); }

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

background-color css

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

 a { background-color: rgb(228,139,174); }

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

border-color css

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

 span { border-color: rgb(228,139,174); }

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