Html Css Color HEX #E38CAA Kobi

📋 copy color: '#E38CAA'

red 227 ◦ green 140 ◦ blue 170

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

Shades of Kobi #E38CAA

Tints of Kobi #E38CAA

RGB

 RED value IS 227 (89.06% from 255) = 42.27%

 GREEN value IS 140 (55.08% from 255) = 26.07%

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 42.27%
G = 26.07%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E38CAA (or 0xE38CAA) is known color: Kobi. HEX triplet: E3, 8C and AA. RGB value is (227,140,170). Sum of RGB (Red+Green+Blue) = 227+140+170=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38CAA is #1C7355. Grayscale: #A9A9A9. Windows color (decimal): -1864534 or 11177187. OLE color: 11177187.

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

Color convert

RGB 227 140 170 -
CMYK 0 0.38 0.25 0.11
HSL 339.31º 0.61% 0.72% -
HSV(B) 339.31º 0.38% 0.89% -
XYZ 48.31 37.99 42.82 -
YUV 169.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 227 140 170 0 0.38 0.25 0.11 339.31 0.61 0.72
Hex E3 8C AA 0 26 19 B 153 3D 48
Octal 343 214 252 0 46 31 13 523 75 110
Binary 11100011 10001100 10101010 0 100110 11001 1011 101010011 111101 1001000

Color Harmonies of #E38CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38CAA

Black with #E38CAA

Text Example


Text Example

White with #E38CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38CAA; }

 p { color: rgb(227,140,170); }

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

background-color css

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

 a { background-color: rgb(227,140,170); }

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

border-color css

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

 span { border-color: rgb(227,140,170); }

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